{
  "name": "UPI QR Maker",
  "short_name": "UPI QR",
  "description": "Fast UPI QR - Enter price, tap Generate, get QR. Works offline.",
  "start_url": "./index.html?source=pwa",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#0F172A",
  "theme_color": "#0F172A",
  "categories": ["finance", "productivity"],
  "prefer_related_applications": false,
  "icons": [
    {
      "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><rect width='100' height='100' rx='20' fill='%232563EB'/><text x='50' y='62' font-size='50' text-anchor='middle' fill='white'>₹</text></svg>",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><rect width='100' height='100' rx='20' fill='%232563EB'/><text x='50' y='62' font-size='50' text-anchor='middle' fill='white'>₹</text></svg>",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Generate QR",
      "url": "./index.html?source=pwa#generate",
      "description": "Quick generate UPI QR"
    }
  ],
  "launch_handler": { "client_mode": "navigate-existing" }
}
