Declare Firefox data-collection consent and stop assigning innerHTML in options.
This commit is contained in:
@@ -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"],
|
||||
|
||||
Reference in New Issue
Block a user