forgot to add commands permissions [opera]

This commit is contained in:
gorhill 2017-07-02 11:27:02 -04:00
parent cd50080e49
commit 962dbaadba
No known key found for this signature in database
GPG key ID: 25E1490B761470C2

View file

@ -1,16 +1,5 @@
{
"manifest_version": 2,
"name": "uBlock Origin",
"version": "1.9.15.101",
"default_locale": "en",
"description": "__MSG_extShortDesc__",
"icons": {
"16": "img/icon_16.png",
"128": "img/icon_128.png"
},
"author": "All uBlock Origin contributors",
"browser_action": {
"default_icon": {
"19": "img/browsericons/icon19.png",
@ -19,11 +8,20 @@
"default_title": "uBlock Origin",
"default_popup": "popup.html"
},
"author": "All uBlock Origin contributors",
"background": {
"page": "background.html"
},
"commands": {
"launch-element-zapper": {
"description": "__MSG_popupTipZapper__"
},
"launch-element-picker": {
"description": "__MSG_popupTipPicker__"
},
"launch-logger": {
"description": "__MSG_popupTipLog__"
}
},
"content_scripts": [
{
"matches": ["http://*/*", "https://*/*"],
@ -38,8 +36,16 @@
"all_frames": false
}
],
"default_locale": "en",
"description": "__MSG_extShortDesc__",
"icons": {
"16": "img/icon_16.png",
"128": "img/icon_128.png"
},
"incognito": "split",
"manifest_version": 2,
"minimum_chrome_version": "38.0",
"name": "uBlock Origin",
"optional_permissions": [ "file:///*" ],
"options_page": "dashboard.html",
"permissions": [
@ -53,5 +59,6 @@
"webRequestBlocking",
"<all_urls>"
],
"short_name": "uBlock₀"
"short_name": "uBlock₀",
"version": "1.9.15.101"
}