SearchBox Bookmarks

SearchBox Bookmarks

Bookmark search-boxes and use the search-box in the toolbar popup.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "SearchBox Bookmarks",
  "version": "10",
  "manifest_version": 3,
  "description": "Bookmark search-boxes and use the search-box in the toolbar popup.",
  "icons": {
    "32": "32.png",
    "48": "48.png",
    "128": "128.png"
  },
  "background": {
    "service_worker": "b.js",
    "type": "module"
  },
  "action": {
    "default_popup": "p.html",
    "default_icon": "a.png"
  },
  "permissions": [
    "activeTab",
    "contextMenus",
    "storage",
    "scripting"
  ]
}