QrWind

QrWind

Generate QR Code for any link of webpage for free

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "QrWind",
  "manifest_version": 3,
  "version": "1",
  "description": "Generate QR Code for any link of webpage for free",
  "permissions": [
    "activeTab"
  ],
  "background": {},
  "action": {
    "default_popup": "popup.html"
  },
  "icons": {
    "16": "images/icon16.png",
    "48": "images/icon48.png",
    "128": "images/icon128.png"
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}