{
  "name": "TripSplit - Trip Expense Manager",
  "short_name": "TripSplit",
  "description": "Easily manage trip expenses and settle up with friends.",
  "theme_color": "#0f0f13",
  "background_color": "#0f0f13",
  "display": "standalone",
  "orientation": "portrait",
  "scope": "/",
  "start_url": "/",
  "icons": [
    {
      "src": "/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    }
  ]
}
