1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-10-04 16:47:15 +02:00

various minor changes need for Opera version

This commit is contained in:
gorhill 2015-04-18 13:09:49 -04:00
parent f2586e5338
commit 045fe4cc06
3 changed files with 15 additions and 10 deletions

View File

@ -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"
]
}

View File

@ -49,7 +49,6 @@ button {
vertical-align: middle;
}
select {
direction: rtl;
}
</style>
</head>

View File

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