{
    "name": "StayDine",
    "short_name": "HotelMenu",
    "description": "QR based hotel room service management",
    "start_url": "/",
    "display": "standalone",
    "background_color": "#1c1c1e",
    "theme_color": "#1c2b3a",
    "orientation": "portrait",
    "icons": [
      {
        "src": "/staydine.png",
        "sizes": "192x192",
        "type": "image/png"
      },
      {
        "src": "/staydine-512.png",
        "sizes": "512x512",
        "type": "image/png"
      }
    ]
  }