We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a50708 commit fff8e71Copy full SHA for fff8e71
1 file changed
platform/webext/manifest.json
@@ -4,6 +4,14 @@
4
"name": "uBlock Origin",
5
"version": "1.9.15.3",
6
7
+ "applications": {
8
+ "gecko": {
9
+ "id": "[email protected]",
10
+ "strict_min_version": "51.0",
11
+ "strict_max_version": "52.*"
12
+ }
13
+ },
14
+
15
"default_locale": "en",
16
"description": "__MSG_extShortDesc__",
17
"icons": {
@@ -38,7 +46,6 @@
38
46
"all_frames": false
39
47
}
40
48
],
41
- "incognito": "split",
42
49
"minimum_chrome_version": "26.0",
43
50
"optional_permissions": [ "file:///*" ],
44
51
"options_page": "dashboard.html",
@@ -47,7 +54,6 @@
54
},
55
"permissions": [
56
"contextMenus",
- "privacy",
57
"storage",
52
58
"tabs",
53
59
"unlimitedStorage",
0 commit comments