{
  "name": "MS Together",
  "short_name": "MS Together",
  "description": "A free community for people living with multiple sclerosis. Connect, share, track symptoms, and find support.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#2A1200",
  "theme_color": "#E8650A",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/api/icons/192",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/api/icons/512",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/api/icons/192",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/api/icons/512",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "categories": ["health", "medical", "social"],
  "lang": "en-US",
  "shortcuts": [
    {
      "name": "Community Feed",
      "short_name": "Feed",
      "description": "View the MS Together community feed",
      "url": "/feed",
      "icons": [{ "src": "/api/icons/192", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Symptom Tracker",
      "short_name": "Tracker",
      "description": "Log your daily symptoms",
      "url": "/tracker",
      "icons": [{ "src": "/api/icons/192", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "AI Assistant",
      "short_name": "Assistant",
      "description": "Ask the MS AI assistant",
      "url": "/assistant",
      "icons": [{ "src": "/api/icons/192", "sizes": "192x192", "type": "image/png" }]
    }
  ]
}
