{
  "name": "AstroTrades - Autonomous Futures Intelligence",
  "short_name": "AstroTrades",
  "description": "Private trading education and AI-assisted futures research with SJ in WhatsApp, the AstroTrades Brain running three research books, and options-flow scanners.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0A0A0B",
  "theme_color": "#00FF94",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "en",
  "categories": ["finance", "education", "productivity"],
  "icons": [
    {
      "src": "/astrotrades-icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png"
    }
  ],
  "shortcuts": [
    {
      "name": "Live Brain",
      "short_name": "Live",
      "description": "Watch the AstroTrades Brain run three research books in public, refreshed live.",
      "url": "/live",
      "icons": [
        {
          "src": "/astrotrades-icon.svg",
          "sizes": "any",
          "type": "image/svg+xml"
        }
      ]
    },
    {
      "name": "Risk Reversal",
      "short_name": "Reversals",
      "description": "Learn how AstroTrades surfaces fact-gated risk reversal structures.",
      "url": "/#risk-reversal",
      "icons": [
        {
          "src": "/astrotrades-icon.svg",
          "sizes": "any",
          "type": "image/svg+xml"
        }
      ]
    },
    {
      "name": "Community",
      "short_name": "Community",
      "description": "Join the AstroTrades WhatsApp room — free for founding members until June 15.",
      "url": "/#community",
      "icons": [
        {
          "src": "/astrotrades-icon.svg",
          "sizes": "any",
          "type": "image/svg+xml"
        }
      ]
    },
    {
      "name": "The Stack",
      "short_name": "Stack",
      "description": "Tier-1 data partners and a model-agnostic decision layer behind AstroTrades.",
      "url": "/#stack",
      "icons": [
        {
          "src": "/astrotrades-icon.svg",
          "sizes": "any",
          "type": "image/svg+xml"
        }
      ]
    }
  ],
  "related_applications": [
    {
      "platform": "webapp",
      "url": "/manifest.json"
    }
  ],
  "prefer_related_applications": false,
  "edge_side_panel": {
    "preferred_width": 400
  },
  "handle_links": "preferred",
  "launch_handler": {
    "client_mode": "navigate-existing"
  },
  "protocol_handlers": [
    {
      "protocol": "web+astrotrades",
      "url": "/?protocol=%s"
    }
  ],
  "share_target": {
    "action": "/share",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text", 
      "url": "url",
      "files": [
        {
          "name": "files",
          "accept": [
            "image/*",
            "application/pdf",
            "text/*"
          ]
        }
      ]
    }
  },
  "file_handlers": [
    {
      "action": "/handle-files",
      "accept": {
        "application/pdf": [".pdf"],
        "text/plain": [".txt", ".md"],
        "image/*": [".png", ".jpg", ".jpeg", ".gif", ".webp"]
      }
    }
  ]
}
