{
  "name": "Noptia — Hotels & accommodation booking",
  "short_name": "Noptia",
  "description": "Book hotels, guesthouses and villas across Europe and beyond. Search by destination, see prices and book online.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#F5F0E8",
  "theme_color": "#0E1B3D",
  "lang": "en",
  "categories": ["travel", "booking", "hotels"],
  "icons": [
    {
      "src": "/icon-192.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Search stays",
      "short_name": "Stays",
      "description": "Search and book hotels",
      "url": "/stays",
      "icons": [{ "src": "/icon-192.svg", "sizes": "192x192" }]
    },
    {
      "name": "Destinations",
      "short_name": "Destinations",
      "description": "Explore popular destinations",
      "url": "/destinations",
      "icons": [{ "src": "/icon-192.svg", "sizes": "192x192" }]
    }
  ]
}
