Declare no data collection, license under GPL-3.0

AMO rejects new extensions without browser_specific_settings.gecko
.data_collection_permissions; nothing here leaves the browser, so the
required list is just "none".
This commit is contained in:
2026-08-15 10:55:26 +03:00
parent cb73024d27
commit fcea651191
5 changed files with 690 additions and 3 deletions
+5 -2
View File
@@ -1,13 +1,16 @@
{
"manifest_version": 3,
"name": "__MSG_extName__",
"version": "0.1.1",
"version": "0.1.2",
"description": "__MSG_extDescription__",
"default_locale": "en",
"browser_specific_settings": {
"gecko": {
"id": "outlier-badge@yusufipk",
"strict_min_version": "115.0"
"strict_min_version": "115.0",
"data_collection_permissions": {
"required": ["none"]
}
}
},
"permissions": ["storage"],