{
  "name": "ForeverQR — QR codes that never expire",
  "short_name": "ForeverQR",
  "description": "Free unlimited static QR codes plus one-time-purchase Pro editable codes. No subscriptions.",
  "icons": [
    { "src": "/favicon.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/favicon.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/apple-touch-icon.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "theme_color": "#0d9488",
  "background_color": "#0a0a0a",
  "display": "standalone",
  "orientation": "portrait-primary",
  "start_url": "/dashboard",
  "scope": "/",
  "categories": ["business", "productivity", "utilities"],
  "shortcuts": [
    {
      "name": "New QR code",
      "short_name": "New QR",
      "description": "Create a new QR code",
      "url": "/generator",
      "icons": [{ "src": "/favicon.png", "sizes": "192x192" }]
    },
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "url": "/dashboard",
      "icons": [{ "src": "/favicon.png", "sizes": "192x192" }]
    },
    {
      "name": "Pricing",
      "short_name": "Pricing",
      "url": "/pricing",
      "icons": [{ "src": "/favicon.png", "sizes": "192x192" }]
    }
  ]
}
