{
  "name": "Get My Fuel - Fuel Cost Calculator",
  "short_name": "GetMyFuel",
  "start_url": ".",
  "display": "standalone",
  "background_color": "#f0f2f5",
  "theme_color": "#007bff",
  "description": "Calculate your trip fuel cost easily for any vehicle.",
  "icons": [
    {
      "src": "apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png"
    },
    {
      "src": "apple-touch-icon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ]
}