Declare Firefox data-collection consent and stop assigning innerHTML in options.

This commit is contained in:
alexveley
2026-09-22 08:29:33 -04:00
parent 01f62855aa
commit a989f0dcf1
3 changed files with 26 additions and 18 deletions
+5 -2
View File
@@ -2,12 +2,15 @@
"manifest_version": 3,
"name": "Bookmarks API for Scripting and AI",
"short_name": "Bookmarks API",
"version": "0.4.2",
"version": "0.4.3",
"description": "An API add-on for Firefox to allow agentic and script-based management of user bookmarks.",
"browser_specific_settings": {
"gecko": {
"id": "firefox-agent-bridge@easygoingaming.com",
"strict_min_version": "115.0"
"strict_min_version": "115.0",
"data_collection_permissions": {
"required": ["bookmarksInfo"]
}
}
},
"permissions": ["bookmarks", "nativeMessaging", "storage"],