{
  "name": "AT Travel - Algarve Transfers",
  "short_name": "AT Travel",
  "description": "Premium private transfer services from Faro Airport to all Algarve destinations. Book online with fixed prices.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "theme_color": "#172554",
  "background_color": "#ffffff",
  "lang": "en",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/web-app-manifest-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/web-app-manifest-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/favicon-96x96.png",
      "sizes": "96x96",
      "type": "image/png"
    }
  ],
  "categories": [
    "travel",
    "transportation"
  ],
  "shortcuts": [
    {
      "name": "Book Transfer",
      "url": "/booking",
      "description": "Book your airport transfer now"
    },
    {
      "name": "Check Booking",
      "url": "/my-booking",
      "description": "Look up your existing booking"
    }
  ]
}