SmartCue:Interactive Product Demos in Minutes

SmartCue:Interactive Product Demos in Minutes

Interactive, no-code demo builder & powerful analytics for high-performance GTM teams

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "SmartCue:Interactive Product Demos in Minutes",
  "version": "9.4.3",
  "description": "Interactive, no-code demo builder & powerful analytics for high-performance GTM teams",
  "permissions": [
    "storage",
    "activeTab",
    "cookies",
    "system.display"
  ],
  "optional_permissions": [],
  "host_permissions": [
    "<all_urls>"
  ],
  "background": {
    "service_worker": "service-worker-loader.js",
    "type": "module"
  },
  "action": {
    "default_popup": "src/pages/popup/index.html",
    "default_title": "SmartCue - Personalized Demo Assistant",
    "default_icon": {
      "16": "png/smartcue16X16.png",
      "19": "png/smartCue_19X19.png",
      "38": "png/smartCue_38X38.png",
      "48": "png/smartCue48X48.png",
      "128": "png/smartCue_Logo_128.png"
    }
  },
  "icons": {
    "16": "png/smartcue16X16.png",
    "19": "png/smartCue_19X19.png",
    "38": "png/smartCue_38X38.png",
    "48": "png/smartCue48X48.png",
    "128": "png/smartCue_Logo_128.png"
  },
  "content_scripts": [
    {
      "js": [
        "assets/index.ts-loader.1a5a6354.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*",
        "<all_urls>"
      ],
      "all_frames": true,
      "run_at": "document_start"
    }
  ],
  "web_accessible_resources": [
    {
      "matches": [
        "*://*/*"
      ],
      "resources": [
        "assets/*",
        "fonts/*",
        "png/*",
        "svg/*",
        "gifs/*",
        "vendor/*"
      ],
      "use_dynamic_url": false
    },
    {
      "matches": [
        "<all_urls>",
        "http://*/*",
        "https://*/*"
      ],
      "resources": [
        "assets/content.4badd4fd.js",
        "assets/index.esm.6e77cd8e.js",
        "assets/storage.94f96ed3.js",
        "assets/index.ts.2a15664c.js"
      ],
      "use_dynamic_url": true
    }
  ],
  "externally_connectable": {
    "matches": [
      "http://localhost:3000/*",
      "https://app.getsmartcue.com/*",
      "https://web-canary.getsmartcue.com/*",
      "https://web-staging.getsmartcue.com/*"
    ]
  }
}