QR Code for Edge

QR Code for Edge

Independently, simple and fast, and can be generated immediately upon opening,supports 256 colors of any size!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 3,
  "name": "QR Code for Edge",
  "version": "1.0.5",
  "description": "Independently, simple and fast, and can be generated immediately upon opening,supports 256 colors of any size!",
  "icons": {
    "48": "icons/Super_QR-48.png"
  },
  "permissions": [
    "tabs"
  ],
  "host_permissions": [
    "*://*/*"
  ],
  "action": {
    "default_icon": {
      "32": "icons/Super_QR-32.png"
    },
    "default_title": "QR Code for Edge",
    "default_popup": "popup/SuperQR.html"
  },
  "background": {
    "service_worker": "background.js"
  },
  "content_scripts": [
    {
      "js": [
        "scripts/content.js"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "*"
      ],
      "matches": []
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "[email protected]"
    }
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}