{
  "name": "BelQR – QR Code Generator & Scanner",
  "short_name": "BelQR",
  "description": "Secure QR Code Generator & Scanner — create, scan, and share QR codes instantly.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#080810",
  "theme_color": "#7c3aed",
  "orientation": "any",
  "lang": "en",
  "categories": ["utilities", "productivity"],
  "icons": [
    {
      "src": "/favicon-96x96.png",
      "sizes": "96x96",
      "type": "image/png"
    },
    {
      "src": "/web-app-manifest-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/web-app-manifest-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Generate QR Code",
      "short_name": "Generate",
      "description": "Create a new QR code instantly",
      "url": "/",
      "icons": [{ "src": "/web-app-manifest-192x192.png", "sizes": "192x192" }]
    },
    {
      "name": "Scan QR Code",
      "short_name": "Scan",
      "description": "Scan any QR code with your camera",
      "url": "/scan",
      "icons": [{ "src": "/web-app-manifest-192x192.png", "sizes": "192x192" }]
    }
  ]
}
