{
  "name": "MYVTC — Réserver un chauffeur",
  "short_name": "MYVTC",
  "description": "Réservez votre transfert ou votre journée avec chauffeur sur la Côte d'Azur. Prix fixe, confirmation immédiate.",
  "id": "/?app=1",
  "start_url": "/?app=1",
  "scope": "/",
  "display": "standalone",
  "display_override": [
    "standalone",
    "minimal-ui"
  ],
  "orientation": "portrait",
  "background_color": "#0E0E10",
  "theme_color": "#0E0E10",
  "lang": "fr",
  "dir": "ltr",
  "categories": [
    "travel",
    "business"
  ],
  "prefer_related_applications": false,
  "icons": [
    {
      "src": "img/client-48.png",
      "sizes": "48x48",
      "type": "image/png"
    },
    {
      "src": "img/client-72.png",
      "sizes": "72x72",
      "type": "image/png"
    },
    {
      "src": "img/client-96.png",
      "sizes": "96x96",
      "type": "image/png"
    },
    {
      "src": "img/client-128.png",
      "sizes": "128x128",
      "type": "image/png"
    },
    {
      "src": "img/client-144.png",
      "sizes": "144x144",
      "type": "image/png"
    },
    {
      "src": "img/client-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "img/client-256.png",
      "sizes": "256x256",
      "type": "image/png"
    },
    {
      "src": "img/client-384.png",
      "sizes": "384x384",
      "type": "image/png"
    },
    {
      "src": "img/client-512.png",
      "sizes": "512x512",
      "type": "image/png"
    },
    {
      "src": "img/client-maskable-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "img/client-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Réserver une course",
      "short_name": "Réserver",
      "url": "/?app=1#reservation",
      "icons": [
        {
          "src": "img/client-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Nos circuits à la journée",
      "short_name": "Circuits",
      "url": "/circuits.html",
      "icons": [
        {
          "src": "img/client-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Nous appeler",
      "short_name": "Appeler",
      "url": "tel:+33783499811",
      "icons": [
        {
          "src": "img/client-192.png",
          "sizes": "192x192"
        }
      ]
    }
  ]
}