mirror of
https://github.com/yusufipk/YouTubeOutlierBadge.git
synced 2026-09-11 10:56:14 +00:00
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:
+5
-2
@@ -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"],
|
||||
|
||||
Reference in New Issue
Block a user