Dynamic QR Code Generator

Dynamic QR Code Generator

Generate custom branded dynamic QR codes that capture valuable scan data. Sign up to access analytics, create workflows and more!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Dynamic QR Code Generator",
  "version": "1.0",
  "description": "Generate custom branded dynamic QR codes that capture valuable scan data. Sign up to access analytics, create workflows and more!",
  "action": {
    "default_popup": "index.html"
  },
  "permissions": [
    "tabs",
    "clipboardWrite"
  ],
  "host_permissions": [
    "https://qr-generator.sidewalkqr.com/*"
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "images/*"
      ],
      "matches": [
        "file:///*"
      ]
    }
  ],
  "icons": {
    "128": "images/icon.png"
  }
}