From 045fe4cc0688db4caa0d36f4eb591c268e17633b Mon Sep 17 00:00:00 2001 From: gorhill Date: Sat, 18 Apr 2015 13:09:49 -0400 Subject: [PATCH] various minor changes need for Opera version --- platform/opera/manifest.json | 16 +++++++++++----- src/document-blocked.html | 1 - tools/make-opera.sh | 8 ++++---- 3 files changed, 15 insertions(+), 10 deletions(-) diff --git a/platform/opera/manifest.json b/platform/opera/manifest.json index 2500a4c1c..b43307844 100644 --- a/platform/opera/manifest.json +++ b/platform/opera/manifest.json @@ -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" + ] } diff --git a/src/document-blocked.html b/src/document-blocked.html index 793d0f832..8ca604b29 100644 --- a/src/document-blocked.html +++ b/src/document-blocked.html @@ -49,7 +49,6 @@ button { vertical-align: middle; } select { - direction: rtl; } diff --git a/tools/make-opera.sh b/tools/make-opera.sh index 24a8ed326..a7cd10349 100755 --- a/tools/make-opera.sh +++ b/tools/make-opera.sh @@ -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."