QR Code Scanner - Free Barcode Reader

QR Code Scanner - Free Barcode Reader

Scan QR codes and read barcodes effortlessly with our Free QR Code Scanner and Barcode Reader!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 3,
  "name": "__MSG_appName__",
  "description": "__MSG_appDesc__",
  "version": "1.0",
  "author": "moryconvert",
  "default_locale": "en",
  "background": {
    "service_worker": "background.js"
  },
  "action": {
    "default_popup": "popup.html",
    "default_icon": "128.png"
  },
  "icons": {
    "128": "128.png"
  },
  "update_url": "https://clients2.google.com/service/update2/crx"
}