Interactive screen captures by HowdyGo.com

Interactive screen captures by HowdyGo.com

HowdyGo helps you create Interactive product demos that convert. Capture your SaaS in HTML, show them a story.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Interactive screen captures by HowdyGo.com",
  "version": "2.2.1",
  "description": "HowdyGo helps you create Interactive product demos that convert. Capture your SaaS in HTML, show them a story.",
  "action": {
    "default_popup": "ui/index.html"
  },
  "permissions": [
    "activeTab",
    "storage",
    "cookies",
    "scripting",
    "webNavigation",
    "system.display"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "background": {
    "service_worker": "background.js",
    "type": "module"
  },
  "icons": {
    "16": "icons/icon_16.png",
    "32": "icons/icon_32.png",
    "144": "icons/icon_144.png",
    "192": "icons/icon_192.png",
    "512": "icons/icon_512.png"
  },
  "externally_connectable": {
    "matches": [
      "*://localhost/*",
      "*://app.howdygo.com/*",
      "*://howdygo.com/*"
    ]
  },
  "web_accessible_resources": [
    {
      "resources": [
        "icons/*/**/*"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ]
    },
    {
      "resources": [
        "content-script.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ]
    },
    {
      "resources": [
        "script/**/*.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ]
    },
    {
      "resources": [
        "ui/injected/injectedIndex.html",
        "ui/injected/*.js",
        "*.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ]
    }
  ]
}