{
  "name": "OFC HealthToken",
  "short_name": "OFC",
  "description": "Self-hosted clinical workflow operations for OFC",
  "theme_color": "#0D9488",
  "background_color": "#ffffff",
  "display": "standalone",
  "orientation": "portrait-primary",
  "scope": "/",
  "start_url": "/",
  "icons": [
    {
      "src": "/icons/icon-512x512.png",
      "sizes": "72x72 96x96 128x128 144x144 152x152 192x192 384x384 512x512",
      "type": "image/png",
      "purpose": "maskable any"
    }
  ],
  "categories": ["medical", "health", "productivity"],
  "shortcuts": [
    {
      "name": "Book Appointment",
      "url": "/book-doctor",
      "icons": [{ "src": "/icons/icon-512x512.png", "sizes": "96x96" }]
    },
    {
      "name": "My Tokens",
      "url": "/my-tokens",
      "icons": [{ "src": "/icons/icon-512x512.png", "sizes": "96x96" }]
    },
    {
      "name": "Staff Dashboard",
      "url": "/staff",
      "icons": [{ "src": "/icons/icon-512x512.png", "sizes": "96x96" }]
    }
  ]
}
