adapt for Firefox webext / chrome.privacy not available yet

This commit is contained in:
gorhill 2016-10-15 16:06:33 -04:00
parent 5a50708961
commit fff8e71ac0

View file

@ -4,6 +4,14 @@
"name": "uBlock Origin",
"version": "1.9.15.3",
"applications": {
"gecko": {
"id": "uBlock0@raymondhill.net",
"strict_min_version": "51.0",
"strict_max_version": "52.*"
}
},
"default_locale": "en",
"description": "__MSG_extShortDesc__",
"icons": {
@ -38,7 +46,6 @@
"all_frames": false
}
],
"incognito": "split",
"minimum_chrome_version": "26.0",
"optional_permissions": [ "file:///*" ],
"options_page": "dashboard.html",
@ -47,7 +54,6 @@
},
"permissions": [
"contextMenus",
"privacy",
"storage",
"tabs",
"unlimitedStorage",