Online QR Scanner

Online QR Scanner

Online QR Scanner allows you to obtain QR codes through camera and picture scanning, online, free and easy to use.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "action": {
    "default_icon": "./icon/qr-code-scanner-512.png",
    "default_popup": "index.html"
  },
  "background": {
    "service_worker": "js/background.js",
    "type": "module"
  },
  "default_locale": "en",
  "description": "__MSG_extDesc__",
  "homepage_url": "https://www.online-qr-scanner.com",
  "icons": {
    "16": "./icon/qr-code-scanner-16.png",
    "32": "./icon/qr-code-scanner-32.png",
    "48": "./icon/qr-code-scanner-48.png",
    "64": "./icon/qr-code-scanner-64.png",
    "72": "./icon/qr-code-scanner-72.png",
    "128": "./icon/qr-code-scanner-128.png",
    "256": "./icon/qr-code-scanner-256.png",
    "512": "./icon/qr-code-scanner-512.png"
  },
  "manifest_version": 3,
  "name": "__MSG_extName__",
  "offline_enabled": true,
  "version": "1.0.0"
}