{
  "name": "Healthy360 — Telehealth Consulting",
  "short_name": "Healthy360",
  "description": "Premium 1-on-1 telehealth consulting sessions. Book a specialist, meet via Google Meet.",
  "id": "/staging/healthy360/",
  "start_url": "/staging/healthy360/",
  "scope": "/staging/healthy360/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui", "browser"],
  "orientation": "portrait-primary",
  "theme_color": "#0a1e3a",
  "background_color": "#fafbfc",
  "categories": ["health", "medical", "productivity"],
  "icons": [
    {
      "src": "./img/icon-192.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "./img/icon-512.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "./img/icon-maskable.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "maskable"
    },
    {
      "src": "./img/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "./img/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "Book a session",
      "short_name": "Book",
      "description": "Start a new booking",
      "url": "./book.html",
      "icons": [{ "src": "./img/icon-192.svg", "sizes": "192x192" }]
    },
    {
      "name": "My account",
      "short_name": "Account",
      "description": "Sessions and profile",
      "url": "./account.html",
      "icons": [{ "src": "./img/icon-192.svg", "sizes": "192x192" }]
    }
  ]
}
