{
  "name": "FlexAura Physio — Practitioner App",
  "short_name": "FlexAura Physio",
  "description": "Manage your home physio bookings, session notes and payouts. For approved FlexAura practitioners only.",
  "id": "/physio?source=pwa",
  "start_url": "/physio/login?source=pwa",
  "scope": "/physio",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#ffffff",
  "theme_color": "#0D7377",
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "My Bookings",
      "short_name": "Bookings",
      "description": "Today's and upcoming bookings",
      "url": "/physio/dashboard?source=pwa-shortcut",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Log In",
      "short_name": "Log In",
      "description": "Open the physio login screen",
      "url": "/physio/login?source=pwa-shortcut",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    }
  ],
  "categories": ["health", "medical", "productivity"]
}
