Skip to content

Commit 56370f7

Browse files
vveerrggclaude
andcommitted
fix: add data_collection_permissions to Firefox manifest
Required by AMO for all new extensions. All fields set to false — NostrKey does not collect any user data. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent b81a8ba commit 56370f7

1 file changed

Lines changed: 11 additions & 1 deletion

File tree

src/firefox-manifest.json

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,17 @@
5454
"browser_specific_settings": {
5555
"gecko": {
5656
"id": "nostrkey@nostrkey.com",
57-
"strict_min_version": "109.0"
57+
"strict_min_version": "109.0",
58+
"data_collection_permissions": {
59+
"personally_identifying_info": false,
60+
"health_info": false,
61+
"financial_info": false,
62+
"authentication_info": false,
63+
"search_terms": false,
64+
"website_content": false,
65+
"browsing_activity": false,
66+
"technical_and_interaction": false
67+
}
5868
}
5969
}
6070
}

0 commit comments

Comments
 (0)