{
  "name": "Project Alpha - Trading Terminal",
  "short_name": "Project Alpha",
  "description": "Advanced cryptocurrency trading terminal with real-time charts and indicators",
  "start_url": "/x/",
  "scope": "/x/",
  "display": "standalone",
  "background_color": "#0d0e12",
  "theme_color": "#FFD700",
  "orientation": "any",
  "icons": [
    {
      "src": "/x/icon.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/x/icon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/x/icon.png",
      "sizes": "120x120",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/x/icon.png",
      "sizes": "152x152",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/x/icon.png",
      "sizes": "167x167",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/x/icon.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "categories": ["finance", "business"],
  "permissions": [
    "notifications"
  ],
  "related_applications": [],
  "prefer_related_applications": false,
  "shortcuts": [
    {
      "name": "BTC Chart",
      "short_name": "BTC",
      "description": "Open Bitcoin chart",
      "url": "/x/?symbol=BTCUSDT",
      "icons": [{ "src": "/x/icon.png", "sizes": "192x192" }]
    },
    {
      "name": "ETH Chart",
      "short_name": "ETH",
      "description": "Open Ethereum chart",
      "url": "/x/?symbol=ETHUSDT",
      "icons": [{ "src": "/x/icon.png", "sizes": "192x192" }]
    }
  ]
}
