{
  "name": "Coffee Friends 55",
  "short_name": "Coffee55",
  "description": "Connect with friends and never miss a coffee date.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#f0f4f8",
  "theme_color": "#1d4ed8",
  "permissions": [
    "badging",
    "notifications",
    "audio"
  ],
  "icons": [
    {
      "src": "/icon.svg",
      "sizes": "192x192 512x512",
      "type": "image/svg+xml"
    }
  ]
}