chore: Bump manifest version to 1.0.1, disable data collection, and add Android browser compatibility settings.
All checks were successful
Build Firefox Extension / build (push) Successful in 5s
Build Firefox Extension / release (push) Has been skipped

This commit is contained in:
Elmar Kresse
2026-01-20 01:29:34 +01:00
parent e5fb692dfc
commit 2636b5e3f5

View File

@@ -1,7 +1,7 @@
{ {
"manifest_version": 2, "manifest_version": 2,
"name": "Container Bookmarks", "name": "Container Bookmarks",
"version": "1.0.0", "version": "1.0.1",
"description": "Associate bookmarks with Firefox containers. Open bookmarks in your preferred container automatically.", "description": "Associate bookmarks with Firefox containers. Open bookmarks in your preferred container automatically.",
"author": "masterElmar", "author": "masterElmar",
"icons": { "icons": {
@@ -35,6 +35,13 @@
"browser_specific_settings": { "browser_specific_settings": {
"gecko": { "gecko": {
"id": "container-bookmarks@masterelmar", "id": "container-bookmarks@masterelmar",
"strict_min_version": "57.0",
"data_collection_permissions": {
"interaction_data": false,
"technical_data": false
}
},
"gecko_android": {
"strict_min_version": "57.0" "strict_min_version": "57.0"
} }
} }