{
  "name": "TribeWellMD - Medical Student Platform",
  "short_name": "TribeWellMD",
  "description": "Your tribe through medical school: study tools, wellness, mentorship, and community",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#f8fafc",
  "theme_color": "#0d9488",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml"
    }
  ],
  "categories": ["education", "medical", "productivity"],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Study",
      "short_name": "Study",
      "description": "Flashcards and study tools",
      "url": "/study/flashcards",
      "icons": [{ "src": "/icons/icon-192x192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Wellness",
      "short_name": "Wellness",
      "description": "Mental health and wellness resources",
      "url": "/wellness",
      "icons": [{ "src": "/icons/icon-192x192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Resources",
      "short_name": "Resources",
      "description": "Infographics and guides",
      "url": "/resources",
      "icons": [{ "src": "/icons/icon-192x192.png", "sizes": "192x192", "type": "image/png" }]
    }
  ]
}
