{
  "name": "Sergio App",
  "short_name": "Messenger",
  "description": "Connect with Sergio - exclusive content, strategies, and direct chat",
  "start_url": "/",
  "scope": "/",
  "id": "/",
  "display": "standalone",
  "handle_links": "preferred",
  "background_color": "#0b0b12",
  "theme_color": "#6366f1",
  "orientation": "portrait-primary",
  "categories": ["social", "lifestyle"],
  "related_applications": [{ "platform": "webapp", "url": "/manifest.json", "id": "/" }],
  "icons": [
    { "src": "/app_icon_180.webp", "sizes": "180x180", "type": "image/webp", "purpose": "any maskable" },
    { "src": "/app_icon_192.webp", "sizes": "192x192", "type": "image/webp", "purpose": "any maskable" },
    { "src": "/app_icon_256.webp", "sizes": "256x256", "type": "image/webp", "purpose": "any" },
    { "src": "/app_icon_512.webp", "sizes": "512x512", "type": "image/webp", "purpose": "any maskable" }
  ],
  "shortcuts": [
    {
      "name": "Content Feed",
      "short_name": "Feed",
      "url": "/",
      "icons": [{ "src": "/app_icon_192.webp", "sizes": "192x192", "type": "image/webp" }]
    },
    {
      "name": "Chat with Sergio",
      "short_name": "Chat",
      "url": "/?openChat=1",
      "icons": [{ "src": "/app_icon_192.webp", "sizes": "192x192", "type": "image/webp" }]
    }
  ],
  "launch_handler": {
    "client_mode": "navigate-existing"
  }
}
