{
  "name": "TRANSTOURS - Transporte Aeroportuario",
  "short_name": "TRANSTOURS",
  "id": "/",
  "description": "Servicio de transporte aeroportuario en Republica Dominicana. Shuttle compartido y taxi privado con reserva en linea.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone"],
  "background_color": "#1E3A8A",
  "theme_color": "#1E3A8A",
  "orientation": "portrait-primary",
  "categories": ["travel", "transportation", "utilities"],
  "lang": "es-DO",
  "dir": "ltr",
  "icons": [
    {
      "src": "/icon-48.png?v=1",
      "sizes": "48x48",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-72.png?v=1",
      "sizes": "72x72",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-96.png?v=1",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-144.png?v=1",
      "sizes": "144x144",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-152.png?v=1",
      "sizes": "152x152",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-167.png?v=1",
      "sizes": "167x167",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-180.png?v=1",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-192.png?v=1",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-192.png?v=1",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icon-256.png?v=1",
      "sizes": "256x256",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png?v=1",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png?v=1",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icon-1024.png?v=1",
      "sizes": "1024x1024",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "Reservar Shuttle",
      "short_name": "Shuttle",
      "description": "Reservar shuttle compartido al aeropuerto",
      "url": "/booking?service=shuttle",
      "icons": [{ "src": "/icon-192.png?v=1", "sizes": "192x192" }]
    },
    {
      "name": "Reservar Taxi",
      "short_name": "Taxi",
      "description": "Reservar taxi privado al aeropuerto",
      "url": "/booking?service=taxi",
      "icons": [{ "src": "/icon-192.png?v=1", "sizes": "192x192" }]
    },
    {
      "name": "Mis Reservaciones",
      "short_name": "Reservas",
      "description": "Ver tus reservaciones",
      "url": "/reservations",
      "icons": [{ "src": "/icon-192.png?v=1", "sizes": "192x192" }]
    }
  ],
  "launch_handler": {
    "client_mode": "navigate-existing"
  },
  "prefer_related_applications": false
}
