Create interactive demos,videos,how-to guides

Create interactive demos,videos,how-to guides

Turn your product workflows into interactive demos, self-serve explainer videos and how-to guides. All on a single platform.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "description": "Turn your product workflows into interactive demos, self-serve explainer videos and how-to guides. All on a single platform.",
  "version": "0.1.19",
  "externally_connectable": {
    "matches": [
      "https://app.floik.com/*"
    ]
  },
  "manifest_version": 3,
  "name": "Create interactive demos,videos,how-to guides",
  "background": {
    "service_worker": "background.bundle.js"
  },
  "action": {
    "default_icon": "icon-128.png"
  },
  "icons": {
    "128": "icon-128.png"
  },
  "permissions": [
    "tabs",
    "storage",
    "background",
    "activeTab",
    "scripting",
    "webNavigation"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "css": [
        "content.styles.css"
      ],
      "js": [
        "contentScript.bundle.js"
      ],
      "match_about_blank": true
    }
  ],
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'"
  },
  "host_permissions": [
    "<all_urls>"
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "recording-icon-34.png",
        "recording-icon-128.png",
        "pause-icon-34.png",
        "pause-icon-128.png",
        "icon-128.png",
        "icon-34.png",
        "contentScript.bundle.js",
        "content.styles.css",
        "*.png",
        "*.eot",
        "*.woff",
        "*.woff2",
        "*.ttf",
        "*.svg"
      ],
      "matches": [
        "http://*/*",
        "https://*/*",
        "<all_urls>"
      ]
    }
  ]
}