mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-10 09:07:54 +01:00
update opera
This commit is contained in:
parent
dc5b98a1bf
commit
6b8118bb68
2 changed files with 15 additions and 4 deletions
|
@ -1,8 +1,8 @@
|
||||||
{
|
{
|
||||||
"manifest_version": 2,
|
"manifest_version": 2,
|
||||||
|
|
||||||
"name": "µBlock",
|
"name": "uBlock",
|
||||||
"version": "0.8.9.1",
|
"version": "0.9.1.1",
|
||||||
|
|
||||||
"default_locale": "en",
|
"default_locale": "en",
|
||||||
"description": "__MSG_extShortDesc__",
|
"description": "__MSG_extShortDesc__",
|
||||||
|
@ -16,11 +16,11 @@
|
||||||
"19": "img/browsericons/icon19-off.png",
|
"19": "img/browsericons/icon19-off.png",
|
||||||
"38": "img/browsericons/icon38-off.png"
|
"38": "img/browsericons/icon38-off.png"
|
||||||
},
|
},
|
||||||
"default_title": "µBlock",
|
"default_title": "uBlock",
|
||||||
"default_popup": "popup.html"
|
"default_popup": "popup.html"
|
||||||
},
|
},
|
||||||
|
|
||||||
"author": "The µBlock Development Team",
|
"author": "The uBlock Development Team",
|
||||||
"background": {
|
"background": {
|
||||||
"page": "background.html"
|
"page": "background.html"
|
||||||
},
|
},
|
||||||
|
@ -36,6 +36,15 @@
|
||||||
"js": ["js/contentscript-end.js"],
|
"js": ["js/contentscript-end.js"],
|
||||||
"run_at": "document_end",
|
"run_at": "document_end",
|
||||||
"all_frames": true
|
"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",
|
"minimum_chrome_version": "22.0",
|
||||||
|
|
|
@ -23,5 +23,7 @@ cp LICENSE.txt $DES/
|
||||||
|
|
||||||
rm -r $DES/_locales/hi
|
rm -r $DES/_locales/hi
|
||||||
rm -r $DES/_locales/mr
|
rm -r $DES/_locales/mr
|
||||||
|
rm -r $DES/_locales/sl
|
||||||
|
rm -r $DES/_locales/sr
|
||||||
|
|
||||||
echo "*** uBlock.opera: Package done."
|
echo "*** uBlock.opera: Package done."
|
||||||
|
|
Loading…
Reference in a new issue