{
  "name": "CarChum - Vehicle Management",
  "short_name": "CarChum",
  "description": "Your friendly vehicle helper - manage your vehicles, track events, mark parking locations, and calculate fuel consumption",
  "icons": [
    {
      "src": "android-chrome-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "android-chrome-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "images/app_icon_light.png",
      "sizes": "1024x1024",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "theme_color": "#F0B263",
  "background_color": "#10151b",
  "display": "standalone",
  "orientation": "portrait",
  "start_url": "/",
  "scope": "/",
  "lang": "en",
  "categories": ["productivity", "utilities", "lifestyle", "automotive"]
} 