{
  "name": "Receipt Splitter",
  "short_name": "Receipt Split",
  "description": "Scan receipts, split bills, track spending, and share payment links.",
  "id": "/",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#080914",
  "theme_color": "#080914",
  "categories": ["finance", "productivity", "utilities"],
  "icons": [
    {
      "src": "/pwa-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/pwa-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/pwa-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Scan receipt",
      "short_name": "Scan",
      "description": "Open the receipt upload workflow.",
      "url": "/#home",
      "icons": [{ "src": "/pwa-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Insights",
      "short_name": "Insights",
      "description": "Open saved receipt insights.",
      "url": "/#insights",
      "icons": [{ "src": "/pwa-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Shares",
      "short_name": "Shares",
      "description": "Open shared bill links.",
      "url": "/#shares",
      "icons": [{ "src": "/pwa-192.png", "sizes": "192x192" }]
    }
  ]
}
