{
  "name": "QR Code Scanner — Free Online QR Reader for Webcam & Images",
  "short_name": "QR Code",
  "description": "Scan QR codes in your browser with a webcam or read one from an uploaded screenshot. See the decoded link, text, or Wi-Fi login — nothing gets uploaded.",
  "start_url": ".",
  "scope": "/",
  "display": "standalone",
  "theme_color": "#b8cab0",
  "background_color": "#fbfcfb",
  "prefer_related_applications": false,
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ]
}