{
  "name": "QRcraft — QR Generator",
  "short_name": "QRcraft",
  "description": "Free instant QR code generator. URL, Wi-Fi, UPI, image links and more.",
  "start_url": "/qr-code/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#f8f7ff",
  "theme_color": "#6c47ff",
  "icons": [
    {
      "src": "icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["utilities", "productivity"],
  "shortcuts": [
    {
      "name": "Generate URL QR",
      "short_name": "URL QR",
      "description": "Quickly generate a URL QR code",
      "url": "/qr/qr-generator.php?type=url"
    },
    {
      "name": "Generate UPI QR",
      "short_name": "UPI QR",
      "description": "Quickly generate a UPI payment QR",
      "url": "/qr/qr-generator.php?type=upi"
    }
  ]
}
