{
  "id": "/",
  "name": "LottoScan – Lottery Ticket Checker",
  "short_name": "LottoScan",
  "description": "Scan lottery ticket barcodes to check if you won.",
  "start_url": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#0a0a14",
  "theme_color": "#0a0a14",
  "categories": ["utilities", "entertainment"],
  "icons": [
    { "src": "icons/icon-192.png",  "sizes": "192x192",   "type": "image/png", "purpose": "any" },
    { "src": "icons/icon-192.png",  "sizes": "192x192",   "type": "image/png", "purpose": "maskable" },
    { "src": "icons/icon-512.png",  "sizes": "512x512",   "type": "image/png", "purpose": "any" },
    { "src": "icons/icon-512.png",  "sizes": "512x512",   "type": "image/png", "purpose": "maskable" },
    { "src": "icons/icon-1024.png", "sizes": "1024x1024", "type": "image/png", "purpose": "any" }
  ],
  "screenshots": [
    { "src": "images/screenshot_smartphone.png", "type": "image/png", "form_factor": "narrow" },
    { "src": "images/screenshot_wide.png",       "type": "image/png", "form_factor": "wide"   }
  ]
}
