{
  "name": "Smart Scan AI",
  "short_name": "Smart Scan",
  "description": "Free QR & barcode scanner and generator. Custom QR codes with your logo.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#FFFFFF",
  "theme_color": "#019D88",
  "lang": "en",
  "categories": ["utilities", "productivity"],
  "icons": [
    {
      "src": "assets/img/logo.webp",
      "sizes": "192x192",
      "type": "image/webp",
      "purpose": "any"
    },
    {
      "src": "assets/img/favicon.webp",
      "sizes": "192x192",
      "type": "image/webp",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Scan a code",
      "short_name": "Scan",
      "url": "/scan.html",
      "icons": [{ "src": "assets/img/favicon.webp", "sizes": "192x192", "type": "image/webp" }]
    },
    {
      "name": "Create a QR",
      "short_name": "Create",
      "url": "/create.html",
      "icons": [{ "src": "assets/img/favicon.webp", "sizes": "192x192", "type": "image/webp" }]
    }
  ],
  "related_applications": [
    {
      "platform": "play",
      "url": "https://play.google.com/store/apps/details?id=com.noa.smartscanai",
      "id": "com.noa.smartscanai"
    }
  ],
  "prefer_related_applications": false
}
