Files

29 lines
775 B
JSON

{
"manifest_version": 3,
"name": "Bookmarks API for Scripting and AI",
"short_name": "Bookmarks API",
"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",
"data_collection_permissions": {
"required": ["bookmarksInfo"]
}
}
},
"permissions": ["bookmarks", "nativeMessaging", "storage"],
"background": {
"scripts": ["clients.js", "background.js"]
},
"action": {
"default_title": "Bookmarks API",
"default_popup": "popup.html"
},
"options_ui": {
"page": "options.html",
"open_in_tab": true
}
}