Amazing Favorites

Amazing Favorites

Amazing Favorites help you to manage you bookmarks efficiently

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Amazing Favorites",
  "version": "0.7.1",
  "description": "Amazing Favorites help you to manage you bookmarks efficiently",
  "omnibox": {
    "keyword": "af"
  },
  "background": {
    "page": "index.html?path=background",
    "persistent": true
  },
  "icons": {
    "16": "icons/16icon.png",
    "48": "icons/48icon.png",
    "128": "icons/128icon.png"
  },
  "content_security_policy": "script-src 'self' 'unsafe-eval' 'wasm-eval' 'sha256-v8v3RKRPmN4odZ1CWM5gw80QKPCCWMcpNeOmimNL2AA=' 'sha256-j0z5Z6xOoSHTeg6zVPMoHNt5D5v+7IWgT9m5uC9mrGg=' 'sha256-SQC3opwSNRzP3qBB9CWB9I3347XafmEdFyNx7sU8EhI=' https://js.monitor.azure.com/scripts/b/ai.2.min.js ; object-src 'self'",
  "web_accessible_resources": [
    "framework/*",
    "content/*"
  ],
  "permissions": [
    "tabs",
    "bookmarks",
    "commands",
    "identity",
    "storage"
  ],
  "commands": {
    "open-manager-ui": {
      "suggested_key": {
        "default": "Alt+S",
        "windows": "Alt+S",
        "mac": "Alt+S"
      },
      "description": "open-manager-ui"
    }
  },
  "options_page": "/manager/index.html",
  "browser_action": {
    "default_popup": "popup.html"
  }
}