{
  "name": "BetterTogether - AI-Powered Peer Support",
  "short_name": "BetterTogether",
  "description": "Connect with people who truly understand your journey. AI-powered peer matching for emotional support in a safe, anonymous space.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": ["tabbed", "window-controls-overlay", "standalone", "minimal-ui"],
  "background_color": "#0a0a0f",
  "theme_color": "#9b87f5",
  "orientation": "portrait-primary",
  "lang": "en",
  "dir": "ltr",
  "id": "/",
  "categories": ["health", "social", "lifestyle", "medical"],
  "iarc_rating_id": "e84b072d-71b3-4d3e-86ae-31a8ce4e53b7",
  "icons": [
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "url": "/dashboard",
      "description": "View your personal dashboard",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Journaling",
      "short_name": "Journal",
      "url": "/journal",
      "description": "Write in your mood journal",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Global Chat",
      "short_name": "Chat",
      "url": "/global-chat",
      "description": "Join the community chat",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Readings",
      "short_name": "Read",
      "url": "/readings",
      "description": "Browse wellness articles",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    }
  ],
  "launch_handler": {
    "client_mode": ["navigate-existing", "auto"]
  },
  "file_handlers": [
    {
      "action": "/journal",
      "accept": {
        "text/plain": [".txt"],
        "text/markdown": [".md"]
      }
    }
  ],
  "protocol_handlers": [
    {
      "protocol": "web+bettertogether",
      "url": "/%s"
    }
  ],
  "share_target": {
    "action": "/global-chat",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "related_applications": [
    {
      "platform": "webapp",
      "url": "https://connect-strong-ai.lovable.app/manifest.json"
    }
  ],
  "prefer_related_applications": false,
  "note_taking": {
    "new_note_url": "/journal"
  },
  "edge_side_panel": {
    "preferred_width": 400
  },
  "screenshots": [
    {
      "src": "/screenshot-narrow.png",
      "sizes": "540x960",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "BetterTogether Mobile Home"
    },
    {
      "src": "/screenshot-wide.png",
      "sizes": "1920x1080",
      "type": "image/png",
      "form_factor": "wide",
      "label": "BetterTogether Desktop Home"
    }
  ],
  "handle_links": "preferred",
  "serviceworker": {
    "src": "/sw.js",
    "scope": "/"
  }
}