{
  "name": "Splurge — Split Bills",
  "short_name": "Splurge",
  "description": "Scan receipts, split bills, and track who owes you.",
  "lang": "en",
  "dir": "ltr",
  "start_url": ".",
  "scope": ".",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#070f0b",
  "theme_color": "#070f0b",
  "categories": ["finance", "utilities", "productivity"],
  "icons": [
    { "src": "./icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "./icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "./icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "maskable" },
    { "src": "./icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    {
      "name": "New Bill",
      "short_name": "New Bill",
      "description": "Start splitting a new bill",
      "url": "./new-bill"
    },
    {
      "name": "People",
      "short_name": "People",
      "description": "See who owes you",
      "url": "./people"
    }
  ]
}
