{
  "name": "Wattway — Planificateur VE",
  "short_name": "Wattway",
  "description": "Planifiez vos trajets en voiture électrique avec arrêts de recharge optimisés.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "theme_color": "#0d0d14",
  "background_color": "#0d0d14",
  "lang": "fr",
  "categories": ["navigation", "utilities", "travel"],
  "icons": [
    {
      "src": "icons/web-app-manifest-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/web-app-manifest-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "icons/web-app-manifest-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/web-app-manifest-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Nouveau trajet",
      "short_name": "Trajet",
      "description": "Lancer un nouveau calcul d'itinéraire",
      "url": "/",
      "icons": [{ "src": "icons/web-app-manifest-192x192.png", "sizes": "192x192" }]
    }
  ]
}
