{
  "id": "/",
  "name": "PROPHIT Ai - Prediction Market Agent",
  "short_name": "PROPHIT",
  "description": "AI-powered prediction market agent with Claude analysis, real-time monitoring, and smart notifications.",
  "start_url": "/",
  "display": "standalone",
  "display_override": ["standalone", "browser"],
  "background_color": "#0a1628",
  "theme_color": "#0a1628",
  "orientation": "any",
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Chat with PROPHIT",
      "short_name": "Chat",
      "description": "Open AI trading assistant",
      "url": "/chat",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Market Screener",
      "short_name": "Screener",
      "description": "Scan Polymarket & Kalshi for edge",
      "url": "/screener",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Daily Briefs",
      "short_name": "Briefs",
      "description": "Morning and afternoon market intelligence",
      "url": "/inbox",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "My Alerts",
      "short_name": "Alerts",
      "description": "Active market alerts",
      "url": "/alerts",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    }
  ],
  "categories": ["finance", "business"],
  "lang": "en",
  "scope": "/"
}
