1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-07-08 12:57:57 +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,
"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"
}

View File

@ -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/