Bookmark Blitz

Bookmark Blitz

Effortlessly organized, lightning-fast access your bookmarks

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Bookmark Blitz",
  "version": "1.1.1",
  "manifest_version": 3,
  "description": "Effortlessly organized, lightning-fast access your bookmarks",
  "permissions": [
    "bookmarks",
    "storage",
    "activeTab"
  ],
  "default_locale": "en",
  "icons": {
    "16": "icons/16x16.png",
    "32": "icons/32x32.png",
    "48": "icons/48x48.png",
    "128": "icons/128x128.png"
  },
  "action": {
    "default_popup": "popup/popup.html"
  },
  "commands": {
    "executeCommand": {
      "suggested_key": {
        "default": "Ctrl+Shift+E"
      },
      "description": "Execute Command"
    }
  },
  "background": {
    "service_worker": "workers/background.js"
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}