1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-10-06 09:37:12 +02:00

fix webext version

This commit is contained in:
gorhill 2016-11-14 12:03:13 -05:00
parent 6f208d3d81
commit ad5fb9c8da
2 changed files with 4 additions and 10 deletions

View File

@ -7,8 +7,7 @@
"applications": { "applications": {
"gecko": { "gecko": {
"id": "uBlock0@raymondhill.net", "id": "uBlock0@raymondhill.net",
"strict_min_version": "51.0", "strict_min_version": "52.0a1"
"strict_max_version": "52.*"
} }
}, },
@ -20,6 +19,7 @@
}, },
"browser_action": { "browser_action": {
"browser_style": false,
"default_icon": { "default_icon": {
"19": "img/browsericons/icon19.png", "19": "img/browsericons/icon19.png",
"38": "img/browsericons/icon38.png" "38": "img/browsericons/icon38.png"
@ -47,8 +47,6 @@
} }
], ],
"minimum_chrome_version": "26.0", "minimum_chrome_version": "26.0",
"optional_permissions": [ "file:///*" ],
"options_page": "dashboard.html",
"options_ui": { "options_ui": {
"page": "options_ui.html" "page": "options_ui.html"
}, },
@ -56,15 +54,11 @@
"contextMenus", "contextMenus",
"storage", "storage",
"tabs", "tabs",
"unlimitedStorage",
"webNavigation", "webNavigation",
"webRequest", "webRequest",
"webRequestBlocking", "webRequestBlocking",
"http://*/*", "http://*/*",
"https://*/*" "https://*/*"
], ],
"short_name": "uBlock₀", "short_name": "uBlock₀"
"storage": {
"managed_schema": "managed_storage.json"
}
} }

View File

@ -25,6 +25,6 @@
/******************************************************************************/ /******************************************************************************/
// Nothing to polyfill so far for Firefox's WebExtensions. var objectAssign = Object.assign;
/******************************************************************************/ /******************************************************************************/