Spellbook

Spellbook

Use thousands of bookmarks easily

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Spellbook",
  "description": "__MSG_meta_description__",
  "default_locale": "en",
  "icons": {
    "64": "img/spellbook_icon_bookmarked.png"
  },
  "homepage_url": "https://github.com/peterhil/spellbook",
  "permissions": [
    "activeTab",
    "bookmarks",
    "tabs"
  ],
  "author": "Peter Hillerström <[email protected]>",
  "version": "0.6.1",
  "manifest_version": 3,
  "action": {
    "default_icon": "img/spellbook_icon.png",
    "default_popup": "views/popup.html"
  },
  "background": {
    "service_worker": "js/serviceWorker.js",
    "type": "module"
  },
  "commands": {
    "_execute_action": {
      "suggested_key": {
        "default": "Alt+S",
        "mac": "Alt+S"
      },
      "description": "__MSG_execute_browser_action__"
    }
  }
}