{
  "name": "Injury PT — Physiotherapy Platform",
  "short_name": "Injury PT",
  "description": "Evidence-Based Interactive Tools For Physiotherapy Practice",
  "id": "/",
  "start_url": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#f8fafc",
  "theme_color": "#0d9488",
  "lang": "en",
  "dir": "ltr",
  "scope": "/",
  "prefer_related_applications": false,
  "categories": ["medical", "health", "education"],
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Dashboard",
      "short_name": "Home",
      "url": "/",
      "description": "Go to Dashboard"
    },
    {
      "name": "Exercise Library",
      "short_name": "Library",
      "url": "/#library",
      "description": "Browse Exercise Library"
    },
    {
      "name": "Patient Tracker",
      "short_name": "Tracker",
      "url": "/#tracker",
      "description": "Track Patients"
    },
    {
      "name": "Admin Panel",
      "short_name": "Admin",
      "url": "/admin",
      "description": "Admin Dashboard"
    }
  ]
}
