Smartmarks: Ultimate Bookmarks manager with AI

Smartmarks: Ultimate Bookmarks manager with AI

Bookmarks powered by ChatGPT. YouTube previews, price tracking on Amazon, eBay, Aliexpress, and Etsy

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_appName__",
  "short_name": "__MSG_appDesc__",
  "description": "__MSG_appDesc__",
  "manifest_version": 3,
  "default_locale": "en",
  "content_security_policy": {
    "content_scripts": "font-src 'self' data:; script-src 'self'; object-src 'self'; worker-src 'self'",
    "extension_pages": "font-src 'self' data:; script-src 'self'; object-src 'self'; worker-src 'self'"
  },
  "commands": {
    "commandToggleSidebar": {
      "suggested_key": {
        "windows": "Alt+X",
        "mac": "Alt+X",
        "chromeos": "Alt+X",
        "linux": "Alt+X"
      },
      "description": "ToggleSidebar"
    },
    "commandToggleCutTheClutter": {
      "suggested_key": {
        "windows": "Alt+C",
        "mac": "Alt+C",
        "chromeos": "Alt+C",
        "linux": "Alt+C"
      },
      "description": "WebpageCutTheClutter"
    }
  },
  "version": "3.0.3",
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAoAuNMOimVsoaVl+nKYck5CCpgshEzxTA0QM5G7lqPOJxDw7Z58yBL5fi0BJ+gKvMZJnsP75a557Ac7pExQXqb0jD59msvGiy7ESY2V+PlSYZ+Vs2SAcGYgRqOZjsob6/iqIFkTedld71tnh8Nzs9BnQoFAXg9PQt/QXHNedDJqjTPp8FUhFwKh5vfmH50tPJesVVu/Q9Fr1KZa55ZMMnD68tEcvp6buZMCs5+aHqY3J36iH0nAb5VA5u363UAAkfiGv30eerjhk3BQ8hOmABE9VPVAI8uVTcOPnAScIyPblOLMfaxuuhdKi/daYl2aHflO395Ld9htpyS3BtFk6TSQIDAQAB",
  "icons": {
    "16": "assets/apps/focuso/icon_128.png",
    "32": "assets/apps/focuso/icon_128.png",
    "48": "assets/apps/focuso/icon_128.png",
    "128": "assets/apps/focuso/icon_128.png"
  },
  "oauth2": {
    "client_id": "990704142214-4pfohk7nrklhoaecf5kkf6drjg9asmja.apps.googleusercontent.com",
    "scopes": [
      "https://www.googleapis.com/auth/userinfo.email",
      "https://www.googleapis.com/auth/userinfo.profile",
      "https://www.googleapis.com/auth/calendar",
      "https://www.googleapis.com/auth/tasks"
    ]
  },
  "web_accessible_resources": [
    {
      "matches": [
        "<all_urls>"
      ],
      "resources": [
        "_favicon/*",
        "assets/*",
        "localization/*",
        "contentScript/*",
        "*"
      ],
      "use_dynamic_url": false
    }
  ],
  "action": {
    "default_icon": {
      "16": "assets/apps/focuso/icon_128.png",
      "32": "assets/apps/focuso/icon_128.png",
      "48": "assets/apps/focuso/icon_128.png",
      "128": "assets/apps/focuso/icon_128.png"
    }
  },
  "background": {
    "service_worker": "service-worker-loader.js",
    "type": "module"
  },
  "side_panel": {
    "default_path": "sidePanel.html"
  },
  "permissions": [
    "storage",
    "cookies",
    "unlimitedStorage",
    "bookmarks",
    "topSites",
    "contextMenus",
    "alarms",
    "sidePanel",
    "notifications",
    "geolocation"
  ],
  "host_permissions": [],
  "optional_permissions": [
    "history",
    "downloads",
    "favicon",
    "tabs",
    "scripting",
    "declarativeNetRequestWithHostAccess",
    "identity"
  ],
  "optional_host_permissions": [
    "<all_urls>"
  ]
}