1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-07-08 12:57:57 +02:00

update opera

This commit is contained in:
gorhill 2015-03-16 13:33:56 -04:00
parent dc5b98a1bf
commit 6b8118bb68
2 changed files with 15 additions and 4 deletions

View File

@ -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",

View File

@ -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."