{
  "id": "/",
  "name": "SClass Rent",
  "short_name": "SCR",
  "description": "Mercedes S‑Class with driver in Baku. Booking via Telegram.",
  "lang": "en",
  "dir": "ltr",

  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone"],
  "orientation": "portrait",

  "theme_color": "#f2f2f2",
  "background_color": "#f2f2f2",

  "icons": [
    { "src": "/favicons/web-app-manifest-192x192.png", "sizes": "192x192", "type": "image/png", "purpose": "maskable any" },
    { "src": "/favicons/web-app-manifest-512x512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable any" }
  ],

  "shortcuts": [
    {
      "name": "Book via Telegram",
      "short_name": "Book",
      "url": "https://t.me/sclassrent?text=Hello%2C%20I%27m%20interested%20in%20renting%20a%20car",
      "icons": [{ "src": "/favicons/shortcut-book.png", "sizes": "96x96", "type": "image/png", "purpose": "any" }]
    }
  ],

  "categories": ["travel", "business", "transportation"]
}
