{
  "name": "iComStay — Hotel Booking",
  "short_name": "iComStay",
  "description": "Find and book hotels, shortlets, and resorts at the best prices.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0f1635",
  "theme_color": "#0f1635",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "en-NG",
  "categories": ["travel", "lifestyle"],
  "icons": [
    { "src": "assets/images/icon-72.svg",  "sizes": "72x72",   "type": "image/svg+xml" },
    { "src": "assets/images/icon-96.svg",  "sizes": "96x96",   "type": "image/svg+xml" },
    { "src": "assets/images/icon-128.svg", "sizes": "128x128", "type": "image/svg+xml" },
    { "src": "assets/images/icon-192.svg", "sizes": "192x192", "type": "image/svg+xml", "purpose": "maskable" },
    { "src": "assets/images/icon-256.svg", "sizes": "256x256", "type": "image/svg+xml" },
    { "src": "assets/images/icon-512.svg", "sizes": "512x512", "type": "image/svg+xml", "purpose": "any maskable" }
  ],
  "shortcuts": [
    {
      "name": "Search Hotels",
      "short_name": "Search",
      "description": "Find hotels near you",
      "url": "/search.php",
      "icons": [{ "src": "/assets/images/icon-96.png", "sizes": "96x96" }]
    },
    {
      "name": "My Bookings",
      "short_name": "Bookings",
      "url": "/auth/my-bookings.php",
      "icons": [{ "src": "/assets/images/icon-96.png", "sizes": "96x96" }]
    }
  ],
  "screenshots": [
    {
      "src": "/assets/images/screenshot-home.png",
      "sizes": "1280x720",
      "type": "image/png",
      "label": "Home page"
    }
  ],
  "related_applications": [],
  "prefer_related_applications": false
}
