{
  "name": "FuelWise SA",
  "short_name": "FuelWise",
  "description": "South African fuel cost calculators, latest available fuel prices, and planning tools for drivers, delivery workers, and small businesses.",
  "id": "/",
  "start_url": "/",
  "scope": "/",
  "lang": "en-ZA",
  "categories": ["finance", "utilities", "travel"],
  "display": "standalone",
  "display_override": ["standalone", "browser"],
  "orientation": "portrait-primary",
  "background_color": "#f4f8f1",
  "theme_color": "#16824f",
  "icons": [
    {
      "src": "/pwa-icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/pwa-icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/pwa-maskable-icon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Monthly fuel budget",
      "short_name": "Budget",
      "description": "Estimate monthly petrol or diesel spend.",
      "url": "/monthly-budget",
      "icons": [
        {
          "src": "/pwa-icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Nearby stations",
      "short_name": "Stations",
      "description": "Find nearby fuel stations.",
      "url": "/nearby-stations",
      "icons": [
        {
          "src": "/pwa-icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ]
}
