{
  "id": "/",
  "name": "PAYSCAN",
  "short_name": "PAYSCAN",
  "description": "Accept payments instantly with QR codes — built for Nigerian merchants.",
  "start_url": "/",
  "display": "standalone",
  "orientation": "any",
  "lang": "en",
  "dir": "ltr",
  "categories": ["business", "finance"],
  "background_color": "#080C10",
  "theme_color": "#080C10",
  "icons": [
    { "src": "/icon", "sizes": "32x32", "type": "image/png" },
    { "src": "/apple-icon", "sizes": "180x180", "type": "image/png" },
    { "src": "/icons/icon-192", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-512", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-maskable-512", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "screenshots": [
    {
      "src": "/screenshots/mobile",
      "sizes": "1080x2220",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "PAYSCAN merchant dashboard on mobile"
    },
    {
      "src": "/screenshots/wide",
      "sizes": "1920x1080",
      "type": "image/png",
      "form_factor": "wide",
      "label": "PAYSCAN merchant dashboard on desktop"
    }
  ],
  "shortcuts": [
    {
      "name": "View QR Code",
      "short_name": "QR Code",
      "url": "/qr",
      "icons": [{ "src": "/icons/icon-192", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Payments",
      "short_name": "Payments",
      "url": "/payments",
      "icons": [{ "src": "/icons/icon-192", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "url": "/dashboard",
      "icons": [{ "src": "/icons/icon-192", "sizes": "192x192", "type": "image/png" }]
    }
  ]
}
