From 63366e9e94ab86cad341caaa965602d4296745f6 Mon Sep 17 00:00:00 2001 From: gorhill Date: Sun, 22 Mar 2015 16:16:27 -0400 Subject: opera build --- platform/opera/manifest.json | 7 +++---- tools/make-opera.sh | 3 +++ 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/ -- cgit v1.1