Layerpath - Create Interactive Product Demos

Layerpath - Create Interactive Product Demos

Create interactive product tours, videos and guides in minutes with AI.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": " Layerpath - Create Interactive Product Demos",
  "description": "Create interactive product tours, videos and guides in minutes with AI.",
  "version": "1.0.22",
  "background": {
    "service_worker": "dist/js/background.js",
    "type": "module"
  },
  "icons": {
    "16": "LP_dark_512.png",
    "32": "LP_dark_1000.png",
    "48": "LP_dark_2000.png",
    "128": "LP_dark_2000.png"
  },
  "permissions": [
    "activeTab",
    "tabs",
    "tabCapture",
    "scripting",
    "http://*/",
    "https://*/",
    "storage"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "externally_connectable": {
    "matches": [
      "*://beta.layerpath.com/*",
      "*://beta.layer.info/*",
      "*://app.layerpath.com/*",
      "*://app.layer.info/*",
      "*://layerpath-prod-screenflow.vercel.app/*",
      "*://*.ngrok-free.app/*",
      "https://df3a-216-201-187-254.ngrok-free.app/*"
    ]
  },
  "options_page": "frames/html/pinned.html",
  "web_accessible_resources": [
    {
      "resources": [
        "dist/js/app.css",
        "LP_1000.png",
        "LP_dark_1000.png",
        "logo_full.png",
        "Icons/pin-extension.png",
        "Icons/pluginIcon.png",
        "Icons/record-logo-dark.svg",
        "Icons/loading-gif.gif"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "action": {
    "default_title": "Click to view a popup"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "dist/js/app.js"
      ]
    }
  ],
  "commands": {
    "start-stop-project": {
      "suggested_key": {
        "windows": "Ctrl+E",
        "mac": "Command+E",
        "chromeos": "Ctrl+E",
        "linux": "Ctrl+E"
      },
      "description": "To start and stop the project"
    },
    "capture-screen-shot": {
      "suggested_key": {
        "windows": "Ctrl+I",
        "mac": "Command+I",
        "chromeos": "Ctrl+I",
        "linux": "Ctrl+I"
      },
      "description": "To capture screenshot of the current screen"
    }
  }
}