{
  "name": "SpendLens",
  "short_name": "SpendLens",
  "description": "Photograph a till slip, review what was read, and see where your household's food money goes.",
  "id": "/",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#fafafa",
  "theme_color": "#4f46e5",
  "lang": "en-ZA",
  "dir": "ltr",
  "categories": ["finance", "productivity", "shopping"],
  "icons": [
    { "src": "/favicon.svg", "sizes": "any", "type": "image/svg+xml" },
    { "src": "/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    {
      "src": "/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    { "name": "Receipts", "url": "/receipts" },
    { "name": "Reports", "url": "/reports" }
  ]
}
