{
  "name": "Condo Concierge",
  "short_name": "Concierge",
  "description": "Amenity access and F&B discount eligibility PWA proof of concept.",
  "start_url": "./index.html#/login",
  "display": "standalone",
  "background_color": "#f6f3ec",
  "theme_color": "#0f766e",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "./assets/icon-192.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "./assets/icon-512.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ]
}
