QR Code Scanner and Generator

QR Code Scanner and Generator

A simple QR Code Scanner and Generator extension to scan, generate and save

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "QR Code Scanner and Generator",
  "version": "1.0.1",
  "description": "A simple QR Code Scanner and Generator extension to scan, generate and save",
  "action": {
    "default_popup": "index.html"
  },
  "icons": {
    "16": "icons/icon16.png",
    "32": "icons/icon32.png",
    "64": "icons/icon64.png",
    "128": "icons/icon128.png"
  }
}