{
  "name": "Stokit | Trading Dashboard",
  "short_name": "Stokit",
  "description": "AI-powered trading analysis with real-time signals, market regime detection, and multi-channel notifications.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "theme_color": "#0f1117",
  "background_color": "#0f1117",
  "categories": ["finance", "business"],
  "icons": [
    {
      "src": "/notif-icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/notif-icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/notif-icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "url": "/",
      "icons": [{ "src": "/notif-icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Watchlists",
      "short_name": "Watchlists",
      "url": "/watchlists",
      "icons": [{ "src": "/notif-icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Signals",
      "short_name": "Signals",
      "url": "/signals",
      "icons": [{ "src": "/notif-icon-192.png", "sizes": "192x192" }]
    }
  ]
}
