{
  "name": "Phyzioline Clinic",
  "short_name": "Phyzioline",
  "description": "Clinic management system for physical therapy clinics",
  "start_url": "/erp",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#ffffff",
  "theme_color": "#04b8c4",
  "lang": "ar",
  "dir": "rtl",
  "icons": [
    {
      "src": "/web/assets/images/phyzioline-logo.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/web/assets/images/phyzioline-logo.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "categories": ["medical", "business", "productivity"],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Appointments",
      "url": "/clinic/appointments",
      "description": "View today's appointments"
    },
    {
      "name": "Patients",
      "url": "/clinic/patients",
      "description": "Manage patient records"
    },
    {
      "name": "Stock Count",
      "url": "/inventory-app/index.html#/stock-count",
      "description": "Physical stock count"
    },
    {
      "name": "Receive Items",
      "url": "/inventory-app/index.html#/receiving",
      "description": "Receive purchase orders"
    }
  ]
}
