mirror of https://github.com/gorhill/uBlock.git
update opera
This commit is contained in:
parent
dc5b98a1bf
commit
6b8118bb68
|
@ -1,8 +1,8 @@
|
|||
{
|
||||
"manifest_version": 2,
|
||||
|
||||
"name": "µBlock",
|
||||
"version": "0.8.9.1",
|
||||
"name": "uBlock",
|
||||
"version": "0.9.1.1",
|
||||
|
||||
"default_locale": "en",
|
||||
"description": "__MSG_extShortDesc__",
|
||||
|
@ -16,11 +16,11 @@
|
|||
"19": "img/browsericons/icon19-off.png",
|
||||
"38": "img/browsericons/icon38-off.png"
|
||||
},
|
||||
"default_title": "µBlock",
|
||||
"default_title": "uBlock",
|
||||
"default_popup": "popup.html"
|
||||
},
|
||||
|
||||
"author": "The µBlock Development Team",
|
||||
"author": "The uBlock Development Team",
|
||||
"background": {
|
||||
"page": "background.html"
|
||||
},
|
||||
|
@ -36,6 +36,15 @@
|
|||
"js": ["js/contentscript-end.js"],
|
||||
"run_at": "document_end",
|
||||
"all_frames": true
|
||||
},
|
||||
{
|
||||
"matches": [
|
||||
"https://*.adblockplus.org/*",
|
||||
"https://*.adblockplus.me/*",
|
||||
"https://www.fanboy.co.nz/*"
|
||||
],
|
||||
"js": ["js/subscriber.js"],
|
||||
"run_at": "document_idle"
|
||||
}
|
||||
],
|
||||
"minimum_chrome_version": "22.0",
|
||||
|
|
|
@ -23,5 +23,7 @@ cp LICENSE.txt $DES/
|
|||
|
||||
rm -r $DES/_locales/hi
|
||||
rm -r $DES/_locales/mr
|
||||
rm -r $DES/_locales/sl
|
||||
rm -r $DES/_locales/sr
|
||||
|
||||
echo "*** uBlock.opera: Package done."
|
||||
|
|
Loading…
Reference in New Issue