{
  "name": "Hotel Booking Manager",
  "short_name": "Booking Manager",
  "start_url": "../index-app.php?source=pwa",
  "scope": "../",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#ffffff",
  "theme_color": "#0f172a",
  "description": "Hotel Booking Manager PWA",
  "icons": [
    {
      "src": "../icons/apple-touch-icon-2.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "../icons/apple-touch-icon-2.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ]
}