{
  "name": "Fuellr - Trip Cost Calculator",
  "short_name": "🧮 Fuellr",
  "description": "Calculate the fuel cost for any road trip, with currency and unit conversions.",
  "start_url": "./index.html",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#3b82f6",
  "icons": [
    {
      "src": "https://placehold.co/192x192/3b82f6/ffffff/png?text=%F0%9F%A7%AE",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "https://placehold.co/512x512/3b82f6/ffffff/png?text=%F0%9F%A7%AE",
      "sizes": "512x512",
      "type": "image/png"
    }
  ]
}