{
  "id": "/",
  "name": "Koog - Accommodation Platform",
  "short_name": "Koog",
  "description": "Discover and book unique stays in Morocco",

  "start_url": "/",
  "scope": "/",

  "display": "standalone",
  "display_override": ["standalone", "window-controls-overlay"],

  "background_color": "#ffffff",
  "theme_color": "#ffffff",

  "orientation": "portrait",
  "lang": "fr",

  "categories": ["travel", "booking", "lifestyle"],

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

  "screenshots": [
    {
      "src": "/screenshots/mobile.png",
      "sizes": "540x720",
      "type": "image/png",
      "form_factor": "narrow"
    },
    {
      "src": "/screenshots/desktop.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide"
    }
  ],

  "shortcuts": [
    {
      "name": "Rechercher",
      "url": "/search",
      "icons": [{ "src": "/web-app-192x192.png", "sizes": "192x192" }]
    },
    {
      "name": "Mes voyages",
      "url": "/trips",
      "icons": [{ "src": "/web-app-192x192.png", "sizes": "192x192" }]
    },
    {
      "name": "Favoris",
      "url": "/favorites",
      "icons": [{ "src": "/web-app-192x192.png", "sizes": "192x192" }]
    }
  ]
}
