aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgorhill <rhill@raymondhill.net>2015-03-22 16:16:27 -0400
committergorhill <rhill@raymondhill.net>2015-03-22 16:16:27 -0400
commit63366e9e94ab86cad341caaa965602d4296745f6 (patch)
tree8815a86906afd5c3385107555d1e03d4f76c1424
parente6e456ed7b2bda1c36936255e072302071d7985f (diff)
downloaduBlock-63366e9e94ab86cad341caaa965602d4296745f6.zip
uBlock-63366e9e94ab86cad341caaa965602d4296745f6.tar.gz
uBlock-63366e9e94ab86cad341caaa965602d4296745f6.tar.bz2
opera build
-rw-r--r--platform/opera/manifest.json7
-rwxr-xr-xtools/make-opera.sh3
2 files changed, 6 insertions, 4 deletions
diff --git a/platform/opera/manifest.json b/platform/opera/manifest.json
index 636fc53..2d5d2d2 100644
--- a/platform/opera/manifest.json
+++ b/platform/opera/manifest.json
@@ -2,7 +2,7 @@
"manifest_version": 2,
"name": "uBlock",
- "version": "0.9.1.1",
+ "version": "0.9.2.2",
"default_locale": "en",
"description": "__MSG_extShortDesc__",
@@ -53,11 +53,10 @@
"contextMenus",
"storage",
"tabs",
- "unlimitedStorage",
"webNavigation",
"webRequest",
- "webRequestBlocking",
"http://*/*",
"https://*/*"
- ]
+ ],
+ "short_name": "uBlock"
}
diff --git a/tools/make-opera.sh b/tools/make-opera.sh
index 4d754d4..24a8ed3 100755
--- a/tools/make-opera.sh
+++ b/tools/make-opera.sh
@@ -16,8 +16,11 @@ cp -R src/img $DES/
cp -R src/js $DES/
cp -R src/lib $DES/
cp -R src/_locales $DES/
+
cp src/*.html $DES/
cp platform/chromium/*.js $DES/js/
+cp -R platform/chromium/img $DES/
+
cp platform/opera/manifest.json $DES/
cp LICENSE.txt $DES/