{
  "name": "FuelTrackr - Smart Fuel Management",
  "short_name": "FuelTrackr",
  "description": "Track your vehicle's fuel efficiency and expenses with beautiful analytics",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0F0F17",
  "theme_color": "#8B5CF6",
  "orientation": "portrait",
  "scope": "/",
  "icons": [
    {
      "src": "/favicon.ico",
      "sizes": "any",
      "type": "image/x-icon"
    }
  ],
  "categories": ["productivity", "utilities", "automotive"],
  "screenshots": [
    {
      "src": "/placeholder.svg",
      "sizes": "540x720",
      "type": "image/svg+xml",
      "form_factor": "narrow"
    }
  ]
}