ScanQR

ScanQR

Scans QR codes using your webcam.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "ScanQR",
  "description": "Scans QR codes using your webcam.",
  "version": "0.0.4.0",
  "app": {
    "background": {
      "scripts": [
        "background.js"
      ]
    }
  },
  "icons": {
    "128": "icon128.png"
  },
  "permissions": [
    "videoCapture"
  ]
}