{
  "name": "Fuelwise - Fuel Efficiency Tracker",
  "short_name": "Fuelwise",
  "description": "Track fuel efficiency, monitor fuel costs, and compare vehicle consumption across trips and fill-ups",
  "start_url": "/app/dashboard",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "theme_color": "#38d47a",
  "background_color": "#0d1a18",
  "categories": ["productivity", "utilities"],
  "icons": [
    {
      "src": "/icons/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-180.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "screenshots": [
    {
      "src": "/icons/screenshot-mobile.png",
      "sizes": "540x960",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Fuelwise Dashboard"
    }
  ],
  "shortcuts": [
    {
      "name": "Add Fill-Up",
      "short_name": "Fill-Up",
      "description": "Log a new fuel fill-up",
      "url": "/app/add-fillup",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Upload Receipt",
      "short_name": "Receipt",
      "description": "Upload a fuel receipt",
      "url": "/app/upload-receipt",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "View Reports",
      "short_name": "Reports",
      "description": "View fuel reports and analytics",
      "url": "/app/reports",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
