{
  "name": "Zetarium",
  "short_name": "Zetarium",
  "description": "Zetarium Trading Application",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#121212",
  "theme_color": "#ff4500",
  "orientation": "any",
  "icons": [
    {
      "src": "/favicon.webp",
      "sizes": "200x200",
      "type": "image/webp",
      "purpose": "any maskable"
    }
  ],
  "categories": [
    "finance",
    "business"
  ],
  "shortcuts": [
    {
      "name": "Trading",
      "short_name": "Trade",
      "description": "Start trading perpetuals",
      "url": "/perp",
      "icons": [
        {
          "src": "/favicon.webp",
          "sizes": "200x200",
          "type": "image/webp"
        }
      ]
    },
    {
      "name": "Portfolio",
      "short_name": "Portfolio",
      "description": "View your portfolio",
      "url": "/portfolio",
      "icons": [
        {
          "src": "/favicon.webp",
          "sizes": "200x200",
          "type": "image/webp"
        }
      ]
    }
  ],
  "screenshots": [],
  "related_applications": [],
  "prefer_related_applications": false
}