{
  "name": "DCA Portfolio Optimizer",
  "short_name": "DCA Anchor",
  "description": "Build a DCA watchlist and get periodic buy suggestions",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#010312",
  "theme_color": "#010312",
  "orientation": "portrait-primary",
  "scope": "/",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["finance", "productivity"],
  "shortcuts": [
    {
      "name": "Add Ticker",
      "short_name": "Add",
      "description": "Add a new ticker to your DCA universe",
      "url": "/?action=add",
      "icons": [{ "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 96 96'><rect width='96' height='96' rx='20' fill='%2300d4ff'/><text x='48' y='68' font-size='50' text-anchor='middle' fill='white'>+</text></svg>", "sizes": "96x96" }]
    },
    {
      "name": "View Top Pick",
      "short_name": "Top Pick",
      "description": "See today's top DCA pick",
      "url": "/?action=top",
      "icons": [{ "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 96 96'><rect width='96' height='96' rx='20' fill='%237b2cbf'/><text x='48' y='68' font-size='50' text-anchor='middle' fill='white'>??</text></svg>", "sizes": "96x96" }]
    },
    {
      "name": "Ask Assistant",
      "short_name": "Chat",
      "description": "Ask the financial assistant",
      "url": "/?action=chat",
      "icons": [{ "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 96 96'><rect width='96' height='96' rx='20' fill='%2300ff64'/><text x='48' y='68' font-size='50' text-anchor='middle' fill='white'>??</text></svg>", "sizes": "96x96" }]
    }
  ],
  "screenshots": [
    {
      "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 390 844'><rect width='390' height='844' fill='%230f0f1a'/><text x='195' y='422' font-size='40' text-anchor='middle' fill='%23666'>DCA Anchor</text></svg>",
      "sizes": "390x844",
      "type": "image/svg+xml",
      "form_factor": "narrow"
    }
  ],
  "related_applications": [],
  "prefer_related_applications": false,
  "share_target": {
    "action": "/",
    "method": "GET",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "protocol_handlers": [
    {
      "protocol": "web+dca",
      "url": "/?ticker=%s"
    }
  ]
}