QR Code

QR Code

It offers a wide range of features for both QR code generation and scanning

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "QR Code",
  "version": "3.8.26.755",
  "manifest_version": 3,
  "description": "It offers a wide range of features for both QR code generation and scanning",
  "offline_enabled": true,
  "minimum_chrome_version": "102",
  "permissions": [
    "activeTab",
    "scripting",
    "storage",
    "contextMenus",
    "cookies",
    "tabs"
  ],
  "optional_host_permissions": [
    "https://*/",
    "http://*/"
  ],
  "icons": {
    "16": "icon/16.png",
    "48": "icon/48.png",
    "128": "icon/128.png"
  },
  "action": {
    "default_popup": "popup.html"
  },
  "background": {
    "service_worker": "background.js"
  },
  "commands": {
    "open-generator": {
      "description": "__MSG_commandGenerator__"
    },
    "open-scanner": {
      "description": "__MSG_commandScanner__"
    }
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}