{
  "name": "ONROOL",
  "short_name": "ONROOL",
  "description": "Covoiturage, Express, VSL et Taxi — la mobilité intelligente",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#0D1B2A",
  "theme_color": "#0D1B2A",
  "lang": "fr",
  "categories": ["travel", "transportation"],
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Express",
      "short_name": "Express",
      "url": "/?service=express",
      "description": "Commandez un Express maintenant"
    },
    {
      "name": "Taxi",
      "short_name": "Taxi",
      "url": "/?service=taxi",
      "description": "Réservez un taxi"
    }
  ]
}
