{
  "name": "Beta Trading Companion",
  "short_name": "Beta",
  "description": "Mobile companion for Beta Trading chat, feed, and Yang workflows.",
  "id": "/mobile",
  "start_url": "/mobile",
  "scope": "/mobile",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#f8fafc",
  "theme_color": "#0f172a",
  "categories": ["business", "finance", "productivity"],
  "icons": [
    {
      "src": "/mobile-icons/icon-180.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/mobile-icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/mobile-icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/mobile-icons/icon-512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Chats",
      "short_name": "Chats",
      "description": "Open mobile chats.",
      "url": "/mobile?tab=chats",
      "icons": [
        {
          "src": "/mobile-icons/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Feed",
      "short_name": "Feed",
      "description": "Open the mobile activity feed.",
      "url": "/mobile?tab=feed",
      "icons": [
        {
          "src": "/mobile-icons/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Yang",
      "short_name": "Yang",
      "description": "Open mobile Yang threads.",
      "url": "/mobile?tab=yang",
      "icons": [
        {
          "src": "/mobile-icons/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ]
}
