Skip to content

Commit 57c491a

Browse files
committed
Update manifest for new Firefox plugin policy browser_specific_settings.gecko.data_collection_permissions
- We don't collect personal data
1 parent 87b084f commit 57c491a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

static/manifest.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,10 @@
66
"background": {},
77
"browser_specific_settings": {
88
"gecko": {
9-
"id": "open-with-ecu-test-diff@tracetronic.com"
9+
"id": "open-with-ecu-test-diff@tracetronic.com",
10+
"data_collection_permissions": {
11+
"required": ["none"]
12+
}
1013
}
1114
},
1215
"permissions": ["storage", "activeTab", "downloads"],

0 commit comments

Comments
 (0)