{
  "id": "/",
  "name": "Fuel App",
  "short_name": "Fuel App",
  "description": "Offline-first fuel management application.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#d2ab67",
  "categories": [
    "business",
    "utilities"
  ],
  "icons": [
    {
      "src": "/assets/images/gas_pump_192x192.png",
      "type": "image/png",
      "sizes": "192x192"
    },
    {
      "src": "/assets/images/gas_pump.png",
      "type": "image/png",
      "sizes": "512x512"
    }
  ],
  "screenshots": [
    {
      "src": "/assets/images/dashboard.png",
      "sizes": "512x512",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Fuel App Dashboard"
    },
    {
      "src": "/assets/images/mobile_dashboard.png",
      "sizes": "512x512",
      "type": "image/png",
      "label": "Fuel App Mobile Dashboard"
    }
  ]
}