Skip to content

Commit fff8e71

Browse files
committed
adapt for Firefox webext / chrome.privacy not available yet
1 parent 5a50708 commit fff8e71

1 file changed

Lines changed: 8 additions & 2 deletions

File tree

platform/webext/manifest.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@
44
"name": "uBlock Origin",
55
"version": "1.9.15.3",
66

7+
"applications": {
8+
"gecko": {
9+
10+
"strict_min_version": "51.0",
11+
"strict_max_version": "52.*"
12+
}
13+
},
14+
715
"default_locale": "en",
816
"description": "__MSG_extShortDesc__",
917
"icons": {
@@ -38,7 +46,6 @@
3846
"all_frames": false
3947
}
4048
],
41-
"incognito": "split",
4249
"minimum_chrome_version": "26.0",
4350
"optional_permissions": [ "file:///*" ],
4451
"options_page": "dashboard.html",
@@ -47,7 +54,6 @@
4754
},
4855
"permissions": [
4956
"contextMenus",
50-
"privacy",
5157
"storage",
5258
"tabs",
5359
"unlimitedStorage",

0 commit comments

Comments
 (0)