mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-10 01:02:08 +01:00
opera build
This commit is contained in:
parent
e6e456ed7b
commit
63366e9e94
2 changed files with 6 additions and 4 deletions
|
@ -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"
|
||||
}
|
||||
|
|
|
@ -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/
|
||||
|
||||
|
|
Loading…
Reference in a new issue