{
  "name": "MedStudy OS",
  "short_name": "MedStudy",
  "description": "Your all-in-one medical study platform — Curriculum, Anki, UWorld, Pomodoro & Session Tracking",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0d0f1a",
  "theme_color": "#0A1628",
  "orientation": "any",
  "categories": ["education", "medical", "productivity"],
  "scope": "/",
  "serviceworker": {
    "src": "/sw.js",
    "scope": "/"
  },
  "icons": [
    {
      "src": "/pwa-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/pwa-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/pwa-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ]
}
