{
  "name": "Trip Tracker",
  "short_name": "Trip Tracker",
  "description": "Track shared trip expenses, split costs, and settle up with the group.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#EEF7F2",
  "theme_color": "#1F7A63",
  "icons": [
    {
      "src": "/apple-touch-icon-192.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/apple-touch-icon-512.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/apple-touch-icon-1024.svg",
      "sizes": "1024x1024",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ]
}
