﻿{
  "name": "Pote VTC - Votre meilleur pote pour la mobilité VTC à La Réunion",
  "short_name": "Pote VTC",
  "description": "Service VTC premium à La Réunion. Transfert aéroport, chauffeur privé, excursions et accompagnement personnalisé.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#FF2694",
  "theme_color": "#FF2694",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "fr",
  "dir": "ltr",
  "categories": ["travel", "transportation", "business"],
  "icons": [
    {
      "src": "/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png"
    }
  ],
  "shortcuts": [
    {
      "name": "Réserver un VTC",
      "short_name": "Réserver",
      "description": "Réserver rapidement un service VTC",
      "url": "/#contact",
      "icons": [
        {
          "src": "/icon-192x192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Nos Services",
      "short_name": "Services",
      "description": "Découvrir nos services VTC",
      "url": "/#services",
      "icons": [
        {
          "src": "/icon-192x192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Nous Contacter",
      "short_name": "Contact",
      "description": "Contacter Pote VTC",
      "url": "/#contact",
      "icons": [
        {
          "src": "/icon-192x192.png",
          "sizes": "192x192"
        }
      ]
    }
  ],
  "screenshots": [
    {
      "src": "/screenshot-wide.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide"
    },
    {
      "src": "/screenshot-narrow.png",
      "sizes": "750x1334",
      "type": "image/png",
      "form_factor": "narrow"
    }
  ]
}

