{
  "name": "Bill Spilt — Split bills with roommates",
  "short_name": "Bill Spilt",
  "description": "Track shared expenses, see instant balances, and settle up with the fewest payments. Free forever.",
  "start_url": "/home",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#ffffff",
  "theme_color": "#2563eb",
  "categories": ["finance", "productivity", "lifestyle"],
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Add expense",
      "short_name": "Add",
      "url": "/home?add=1",
      "description": "Quickly log a new shared expense"
    },
    {
      "name": "Settle up",
      "short_name": "Settle",
      "url": "/settle"
    }
  ]
}
