{
  "name": "TradeAnalyzer.Pro - Crypto Trading Analytics",
  "short_name": "TradeAnalyzer",
  "description": "Professional cryptocurrency trading analysis with algorithmic market signals and technical indicators",
  "start_url": "/app/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "background_color": "#0f1722",
  "theme_color": "#667eea",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/images/Logo.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/images/Logo.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["finance", "productivity", "business"],
  "shortcuts": [
    {
      "name": "Chart",
      "short_name": "Chart",
      "description": "Open chart workspace",
      "url": "/app/",
      "icons": [{ "src": "/images/Logo.png", "sizes": "192x192" }]
    },
    {
      "name": "Screener",
      "short_name": "Screener",
      "description": "Cryptocurrency screening and filtering",
      "url": "/crypto/pages/screener.html",
      "icons": [{ "src": "/images/Logo.png", "sizes": "192x192" }]
    },
    {
      "name": "Watchlist Alerts",
      "short_name": "Alerts",
      "description": "My TAP alerts",
      "url": "/crypto/pages/watchlist-alerts.html",
      "icons": [{ "src": "/images/Logo.png", "sizes": "192x192" }]
    },
    {
      "name": "Coins Database",
      "short_name": "Coins",
      "description": "Browse cryptocurrency projects",
      "url": "/coins.html",
      "icons": [{ "src": "/images/Logo.png", "sizes": "192x192" }]
    }
  ]
}
