Rename the add-on Bookmarks API and drop CLI copy from the product UI.

This commit is contained in:
alexveley
2026-09-22 07:33:35 -04:00
parent 9242c01015
commit de0814f3ed
7 changed files with 27 additions and 54 deletions
+5 -4
View File
@@ -1,8 +1,9 @@
{
"manifest_version": 3,
"name": "Firefox Agent Bridge",
"version": "0.2.0",
"description": "Let local scripts and agents call an allowlisted WebExtension API after you issue them a secret.",
"name": "Bookmarks API for Scripting and AI",
"short_name": "Bookmarks API",
"version": "0.3.0",
"description": "Issue a secret, then let local scripts and agents call an allowlisted bookmarks API.",
"browser_specific_settings": {
"gecko": {
"id": "firefox-agent-bridge@easygoingaming.com",
@@ -14,7 +15,7 @@
"scripts": ["background.js"]
},
"action": {
"default_title": "Firefox Agent Bridge",
"default_title": "Bookmarks API",
"default_popup": "popup.html"
},
"options_ui": {