{
  "name": "FLUXTERM — US Equity Flow Terminal",
  "short_name": "FLUXTERM",
  "description": "Real-time US stock flow tracker with sector analysis and momentum scanning",
  "start_url": "/",
  "display": "standalone",
  "orientation": "landscape-primary",
  "background_color": "#0a0a0a",
  "theme_color": "#00b388",
  "scope": "/",
  "lang": "en-US",
  "categories": ["finance", "business"],

  "icons": [
    {
      "src": "/icons/icon-72.png",
      "sizes": "72x72",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-96.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-128.png",
      "sizes": "128x128",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-144.png",
      "sizes": "144x144",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-152.png",
      "sizes": "152x152",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-384.png",
      "sizes": "384x384",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],

  "screenshots": [
    {
      "src": "/screenshots/watchlist.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Watchlist — Live stock flow"
    },
    {
      "src": "/screenshots/sectors.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Sector analysis"
    }
  ],

  "shortcuts": [
    {
      "name": "Watchlist",
      "short_name": "Watch",
      "description": "Open live watchlist",
      "url": "/?tab=WATCHLIST",
      "icons": [{ "src": "/icons/icon-96.png", "sizes": "96x96" }]
    },
    {
      "name": "Momentum Scanner",
      "short_name": "Momentum",
      "description": "Open momentum scanner",
      "url": "/?tab=MOMENTUM",
      "icons": [{ "src": "/icons/icon-96.png", "sizes": "96x96" }]
    },
    {
      "name": "Sectors",
      "short_name": "Sectors",
      "description": "Sector buy/sell flow",
      "url": "/?tab=SECTORS",
      "icons": [{ "src": "/icons/icon-96.png", "sizes": "96x96" }]
    }
  ],

  "related_applications": [],
  "prefer_related_applications": false
}
