{
  "name": "We Need Us - Mental Health Support Platform",
  "short_name": "We Need Us",
  "description": "Connect with supportive communities and access mental health resources in a safe, understanding environment.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#6366f1",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "en-US",
  "categories": ["health", "lifestyle", "social"],
  "icons": [
    {
      "src": "/images/logo.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/images/logo.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/images/home-bg.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide"
    }
  ],
  "prefer_related_applications": false,
  "shortcuts": [
    {
      "name": "Communities",
      "url": "/communities",
      "description": "Browse mental health support communities"
    },
    {
      "name": "Journal",
      "url": "/journal",
      "description": "Access your personal journal"
    },
    {
      "name": "Resources",
      "url": "/resources",
      "description": "Mental health resources and articles"
    }
  ]
} 