mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
adapt for Firefox webext / chrome.privacy not available yet
This commit is contained in:
parent
5a50708961
commit
fff8e71ac0
1 changed files with 8 additions and 2 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in a new issue