1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-09-04 01:59:38 +02:00

opera build

This commit is contained in:
gorhill 2015-03-22 16:16:27 -04:00
parent e6e456ed7b
commit 63366e9e94
2 changed files with 6 additions and 4 deletions

View File

@ -2,7 +2,7 @@
"manifest_version": 2, "manifest_version": 2,
"name": "uBlock", "name": "uBlock",
"version": "0.9.1.1", "version": "0.9.2.2",
"default_locale": "en", "default_locale": "en",
"description": "__MSG_extShortDesc__", "description": "__MSG_extShortDesc__",
@ -53,11 +53,10 @@
"contextMenus", "contextMenus",
"storage", "storage",
"tabs", "tabs",
"unlimitedStorage",
"webNavigation", "webNavigation",
"webRequest", "webRequest",
"webRequestBlocking",
"http://*/*", "http://*/*",
"https://*/*" "https://*/*"
] ],
"short_name": "uBlock"
} }

View File

@ -16,8 +16,11 @@ cp -R src/img $DES/
cp -R src/js $DES/ cp -R src/js $DES/
cp -R src/lib $DES/ cp -R src/lib $DES/
cp -R src/_locales $DES/ cp -R src/_locales $DES/
cp src/*.html $DES/ cp src/*.html $DES/
cp platform/chromium/*.js $DES/js/ cp platform/chromium/*.js $DES/js/
cp -R platform/chromium/img $DES/
cp platform/opera/manifest.json $DES/ cp platform/opera/manifest.json $DES/
cp LICENSE.txt $DES/ cp LICENSE.txt $DES/