{
  "name": "RedSea Hotelfinder",
  "short_name": "RSH",
  "description": "Die Hotelfinder App für Region Red Sea",
  "start_url": "/index.html",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#F5FFFF",
  "theme_color": "#00FFFF",
  "lang": "de-DE",
  "dir": "ltr",
  "categories": ["travel", "hotels", "vacation", "guide", "utilities", "maps"],
  "icons": [
    {
      "src": "/images/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/images/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ]
}