{
  "name": "ClinicOS",
  "short_name": "ClinicOS",
  "description": "Modern clinic management platform",
  "theme_color": "#1c7460",
  "background_color": "#f6faf9",
  "display": "standalone",
  "orientation": "any",
  "scope": "/",
  "start_url": "/",
  "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/maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Today's schedule",
      "short_name": "Today",
      "description": "Doctor mobile view: today's schedule, quick patient lookup, prescribe",
      "url": "/m",
      "icons": [
        {
          "src": "/icons/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ]
}
