{
  "name": "Appointment Chat",
  "short_name": "Appt Chat",
  "description": "Private, PIN-gated appointment chat.",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#1877F2",
  "theme_color": "#1877F2",
  "icons": [
    { "src": "YOUR_APP_ICON_URL_HERE", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "YOUR_APP_ICON_URL_HERE", "sizes": "512x512", "type": "image/png", "purpose": "any" }
  ]
}
