{
  "name": "GammaScore",
  "short_name": "GammaScore",
  "description": "Indian F&O cross-sectional pattern recognition + ML predictions on real Kite data. Paper-trade with ₹10L starting capital.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#0a0e1a",
  "theme_color": "#0a0e1a",
  "categories": ["finance", "productivity"],
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Today's Picks",
      "short_name": "Picks",
      "description": "ML-ranked F&O picks for today",
      "url": "/picks",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Markets Live",
      "short_name": "Markets",
      "description": "Live index tape + chart + scores",
      "url": "/",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Backtest",
      "short_name": "Backtest",
      "description": "Walk-forward backtest equity curves",
      "url": "/backtest",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
