QR Code Reader

QR Code Reader

Decode QR Codes from image

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "__MSG_name__",
  "version": "1.0.0",
  "default_locale": "en",
  "description": "__MSG_description__",
  "author": "Cople",
  "icons": {
    "16": "icon/16.png",
    "32": "icon/32.png",
    "48": "icon/48.png",
    "96": "icon/96.png",
    "128": "icon/128.png"
  },
  "background": {
    "service_worker": "js/background.js"
  },
  "minimum_chrome_version": "92",
  "offline_enabled": true,
  "options_ui": {
    "page": "options.html"
  },
  "permissions": [
    "contextMenus",
    "storage",
    "scripting",
    "activeTab"
  ],
  "host_permissions": [
    "https://api.mixpanel.com/"
  ]
}