{
  "name": "TripSplit — Settle up after the trip",
  "short_name": "TripSplit",
  "description": "Track group expenses on the road. Settle up with one clean number when you get home.",
  "start_url": "/dashboard",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#0A0B10",
  "theme_color": "#0A0B10",
  "categories": ["finance", "travel", "productivity"],
  "icons": [
    {
      "src": "/web-app-manifest-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/web-app-manifest-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png"
    }
  ],
  "shortcuts": [
    {
      "name": "New expense",
      "short_name": "Add",
      "description": "Add a new expense to a trip",
      "url": "/dashboard",
      "icons": [
        { "src": "/favicon-96x96.png", "sizes": "96x96", "type": "image/png" }
      ]
    },
    {
      "name": "Start a trip",
      "short_name": "New trip",
      "description": "Create a new trip",
      "url": "/trip/new",
      "icons": [
        { "src": "/favicon-96x96.png", "sizes": "96x96", "type": "image/png" }
      ]
    }
  ]
}
