Skip to content

Commit dbe5421

Browse files
vveerrggclaude
andcommitted
fix: correct data_collection_permissions format for AMO
Use required: ["none"] per MDN spec. Bump strict_min_version to 140 since data_collection_permissions was introduced in Firefox 140. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent dc3a7f6 commit dbe5421

1 file changed

Lines changed: 2 additions & 10 deletions

File tree

src/firefox-manifest.json

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -54,17 +54,9 @@
5454
"browser_specific_settings": {
5555
"gecko": {
5656
"id": "nostrkey@nostrkey.com",
57-
"strict_min_version": "109.0",
57+
"strict_min_version": "140.0",
5858
"data_collection_permissions": {
59-
"required": [],
60-
"personally_identifying_info": false,
61-
"health_info": false,
62-
"financial_info": false,
63-
"authentication_info": false,
64-
"search_terms": false,
65-
"website_content": false,
66-
"browsing_activity": false,
67-
"technical_and_interaction": false
59+
"required": ["none"]
6860
}
6961
}
7062
}

0 commit comments

Comments
 (0)