Skip to content

Commit a7fb732

Browse files
committed
Specify browsing activity transmission for the extension
According to the Firefox Add-ons Policies, communication with the native messaging host is considered data collection and transmission. To comply with that, the extension manifest now declares the transmission of the browsing activity. No changes regarding the actual transmission have been made. No personal data leave the computer or are sent to third parties.
1 parent e39aa30 commit a7fb732

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

extension/src/manifest.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,10 @@
88
"default_locale": "en",
99
"browser_specific_settings": {
1010
"gecko": {
11-
"id": "firefoxpwa@filips.si"
11+
"id": "firefoxpwa@filips.si",
12+
"data_collection_permissions": {
13+
"required": ["browsingActivity"]
14+
}
1215
}
1316
},
1417
"icons": {

0 commit comments

Comments
 (0)