{
  "name": "RoutePilot",
  "short_name": "RoutePilot",
  "description": "Optimaliseer dagelijkse bezorgroutes met real-time navigatie en verkeersinfo.",
  "start_url": "./",
  "display": "standalone",
  "background_color": "#020510",
  "theme_color": "#1A73E8",
  "orientation": "portrait-primary",
  "lang": "nl",
  "categories": ["navigation", "productivity", "utilities"],
  "icons": [
    {
      "src": "icons/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "icons/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "maskable"
    }
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Nieuwe stop toevoegen",
      "short_name": "Stop",
      "description": "Voeg een nieuwe stop toe aan RoutePilot",
      "url": "./?tab=routes",
      "icons": [{ "src": "icons/icon.svg", "sizes": "any" }]
    }
  ]
}
