{
  "name": "Physis Ergon",
  "short_name": "Physis Ergon",
  "description": "Physis Ergon - Medical appointment scheduling and management system",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#ffffff",
  "orientation": "portrait-primary",
  "scope": "/",
  "shortcuts": [
    {
      "name": "New Appointment",
      "short_name": "New Appt",
      "description": "Create a new appointment",
      "url": "/?action=new-appointment",
      "icons": [
        {
          "src": "/favicon.ico",
          "sizes": "192x192",
          "type": "image/x-icon"
        }
      ]
    },
    {
      "name": "View Agenda",
      "short_name": "Agenda",
      "description": "View today's schedule",
      "url": "/?action=view-agenda",
      "icons": [
        {
          "src": "/favicon.ico",
          "sizes": "192x192",
          "type": "image/x-icon"
        }
      ]
    }
  ],
  "icons": [
    {
      "src": "/favicon.ico",
      "sizes": "16x16 32x32",
      "type": "image/x-icon"
    },
    {
      "src": "/favicon.ico",
      "sizes": "192x192",
      "type": "image/x-icon",
      "purpose": "maskable any"
    },
    {
      "src": "/favicon.ico",
      "sizes": "512x512",
      "type": "image/x-icon",
      "purpose": "maskable any"
    }
  ],
  "categories": ["medical", "healthcare", "productivity"],
  "lang": "en",
  "dir": "ltr"
}