Cyndx for Chrome

Cyndx for Chrome

Cyndx for Chrome

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Cyndx for Chrome",
  "description": "Cyndx for Chrome",
  "manifest_version": 3,
  "icons": {
    "16": "icons/icon16.png",
    "32": "icons/icon32.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "action": {
    "default_popup": "popup.html",
    "default_icon": "icons/logo.png"
  },
  "externally_connectable": {
    "matches": [
      "https://*.cyndx.com/*",
      "http://localhost:3001/*",
      "http://localhost:3002/*"
    ]
  },
  "web_accessible_resources": [
    {
      "matches": [],
      "resources": [
        "icons/icon16.png",
        "icons/icon32.png",
        "icons/icon48.png",
        "icons/icon128.png"
      ],
      "use_dynamic_url": false
    }
  ],
  "permissions": [
    "activeTab",
    "storage"
  ],
  "background": {
    "service_worker": "service-worker-loader.js",
    "type": "module"
  },
  "version": "1.1.6"
}