{
  "id": "https://app.onsiren.xyz/?source=pwa",
  "name": "Siren — Prediction Markets Terminal",
  "short_name": "Siren",
  "description": "Trade Kalshi, Polymarket, and DFlow prediction markets from one terminal. AI-assisted execution and pre-trade risk intelligence on Solana.",
  "start_url": "https://app.onsiren.xyz/terminal?source=pwa",
  "scope": "https://app.onsiren.xyz/",
  "scope_extensions": [
    { "origin": "https://onsiren.xyz" },
    { "origin": "https://www.onsiren.xyz" }
  ],
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui", "browser"],
  "orientation": "portrait",
  "background_color": "#000000",
  "theme_color": "#00FF85",
  "categories": ["finance", "productivity", "social"],
  "lang": "en",
  "dir": "ltr",
  "icons": [
    {
      "src": "/brand/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/brand/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/brand/icon-maskable-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/brand/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/brand/splash-1200.png",
      "sizes": "1200x1200",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Siren launch screen"
    },
    {
      "src": "/brand/mockup-browser.png",
      "sizes": "1112x627",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Siren terminal — Kalshi and Polymarket signals in one view"
    }
  ],
  "shortcuts": [
    {
      "name": "Terminal",
      "short_name": "Terminal",
      "description": "Browse and trade prediction markets",
      "url": "/terminal?source=pwa-shortcut",
      "icons": [
        {
          "src": "/brand/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Portfolio",
      "short_name": "Portfolio",
      "description": "Your positions and PnL",
      "url": "/portfolio?source=pwa-shortcut",
      "icons": [
        {
          "src": "/brand/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Leaderboard",
      "short_name": "Leaderboard",
      "description": "Top traders this week",
      "url": "/leaderboard?source=pwa-shortcut",
      "icons": [
        {
          "src": "/brand/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ],
  "related_applications": [
    {
      "platform": "play",
      "id": "xyz.onsiren.app",
      "url": "https://app.onsiren.xyz"
    }
  ],
  "prefer_related_applications": false,
  "handle_links": "preferred",
  "launch_handler": {
    "client_mode": "navigate-existing"
  }
}
