{
  "name": "e-208 Controller",
  "short_name": "e-208",
  "description": "Smart charging and remote control for your Peugeot e-208",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "theme_color": "#0f172a",
  "background_color": "#0f172a",
  "categories": ["utilities", "lifestyle"],
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/icon.png",
      "sizes": "512x512",
      "type": "image/png"
    },
    {
      "src": "/icon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Refresh Car",
      "short_name": "Refresh",
      "url": "/",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Trip History",
      "short_name": "Trips",
      "url": "/trips"
    },
    {
      "name": "Charging History",
      "short_name": "Charges",
      "url": "/charges"
    },
    {
      "name": "Battery Health",
      "short_name": "Battery",
      "url": "/battery"
    }
  ]
}
