{
    "name": "Raya Massage",
    "short_name": "Raya Massage",
    "description": "Premium Home Massage Booking Service",
    "start_url": "/",
    "scope": "/",
    "display": "standalone",
    "background_color": "#080808",
    "theme_color": "#d4af37",
    "orientation": "portrait",
    "icons": [
      {
        "src": "/images/icon-192.png",
        "sizes": "192x192",
        "type": "image/png"
      },
      {
        "src": "/images/icon-512.png",
        "sizes": "512x512",
        "type": "image/png"
      }
    ],
    "screenshots": [
      {
        "src": "/images/pwa/screenshot-wide.png",
        "sizes": "1280x720",
        "type": "image/png",
        "form_factor": "wide"
      },
      {
        "src": "/images/pwa/screenshot-mobile.png",
        "sizes": "390x844",
        "type": "image/png"
      }
    ]
  }