Examine source code of Layerpath - Create Interactive Product Demos

Inspect and view changes in Layerpath - Create Interactive Product Demos source codes across current and past versions
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
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.32",
  "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",
    "desktopCapture",
    "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://5047-122-164-84-21.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",
        "animated_button.gif",
        "animated_button_img.mp4",
        "animated_button_img.webm"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "action": {
    "default_title": "Click to view a popup"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "dist/js/app.js"
      ],
      "all_frames": true
    }
  ],
  "commands": {
    "start-stop-project": {
      "suggested_key": {
        "default": "Ctrl+Shift+E",
        "windows": "Ctrl+Shift+E",
        "mac": "Command+Shift+E",
        "chromeos": "Ctrl+Shift+E",
        "linux": "Ctrl+Shift+E"
      },
      "description": "Start or stop recording the current tab"
    },
    "capture-screen-shot": {
      "suggested_key": {
        "default": "Ctrl+Shift+L",
        "windows": "Ctrl+Shift+L",
        "mac": "Command+Shift+L",
        "chromeos": "Ctrl+Shift+L",
        "linux": "Ctrl+Shift+L"
      },
      "description": "Capture screenshot of the current tab"
    }
  }
}