mirror of https://github.com/gorhill/uBlock.git
various minor changes need for Opera version
This commit is contained in:
parent
f2586e5338
commit
045fe4cc06
|
@ -1,8 +1,8 @@
|
|||
{
|
||||
"manifest_version": 2,
|
||||
|
||||
"name": "uBlock",
|
||||
"version": "0.9.2.4",
|
||||
"name": "uBlock Origin",
|
||||
"version": "0.9.4.5",
|
||||
|
||||
"default_locale": "en",
|
||||
"description": "__MSG_extShortDesc__",
|
||||
|
@ -16,11 +16,11 @@
|
|||
"19": "img/browsericons/icon19-off.png",
|
||||
"38": "img/browsericons/icon38-off.png"
|
||||
},
|
||||
"default_title": "uBlock",
|
||||
"default_title": "uBlock Origin",
|
||||
"default_popup": "popup.html"
|
||||
},
|
||||
|
||||
"author": "The uBlock Development Team",
|
||||
"author": "All uBlock Origin contributors",
|
||||
"background": {
|
||||
"page": "background.html"
|
||||
},
|
||||
|
@ -47,16 +47,22 @@
|
|||
"run_at": "document_idle"
|
||||
}
|
||||
],
|
||||
"incognito": "split",
|
||||
"minimum_chrome_version": "22.0",
|
||||
"options_page": "dashboard.html",
|
||||
"permissions": [
|
||||
"contextMenus",
|
||||
"storage",
|
||||
"tabs",
|
||||
"unlimitedStorage",
|
||||
"webNavigation",
|
||||
"webRequest",
|
||||
"webRequestBlocking",
|
||||
"http://*/*",
|
||||
"https://*/*"
|
||||
],
|
||||
"short_name": "uBlock"
|
||||
"short_name": "uBlock₀",
|
||||
"web_accessible_resources": [
|
||||
"document-blocked.html"
|
||||
]
|
||||
}
|
||||
|
|
|
@ -49,7 +49,6 @@ button {
|
|||
vertical-align: middle;
|
||||
}
|
||||
select {
|
||||
direction: rtl;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
|
|
|
@ -2,10 +2,10 @@
|
|||
#
|
||||
# This script assumes a linux environment
|
||||
|
||||
echo "*** uBlock.opera: Creating web store package"
|
||||
echo "*** uBlock.opera: Copying files"
|
||||
echo "*** uBlock0.opera: Creating web store package"
|
||||
echo "*** uBlock0.opera: Copying files"
|
||||
|
||||
DES=dist/build/uBlock.opera
|
||||
DES=dist/build/uBlock0.opera
|
||||
rm -r $DES
|
||||
mkdir -p $DES
|
||||
|
||||
|
@ -29,4 +29,4 @@ rm -r $DES/_locales/mr
|
|||
rm -r $DES/_locales/sl
|
||||
rm -r $DES/_locales/sr
|
||||
|
||||
echo "*** uBlock.opera: Package done."
|
||||
echo "*** uBlock0.opera: Package done."
|
||||
|
|
Loading…
Reference in New Issue