26 lines
689 B
JSON
26 lines
689 B
JSON
{
|
|
"manifest_version": 3,
|
|
"name": "Bookmarks API for Scripting and AI",
|
|
"short_name": "Bookmarks API",
|
|
"version": "0.4.2",
|
|
"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"
|
|
}
|
|
},
|
|
"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
|
|
}
|
|
}
|