{
  "name": "WhatIfIInvested - Stock Return Calculator",
  "short_name": "WhatIfIInvested",
  "description": "Calculate what your investment in any Indian stock would be worth today. Compare returns with FD, Gold, and Nifty 50.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0f0f1a",
  "theme_color": "#4c6ef5",
  "orientation": "portrait-primary",
  "scope": "/",
  "icons": [
    {
      "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 192 192'><rect fill='%234c6ef5' width='192' height='192'/><text x='50%' y='50%' font-size='120' font-weight='bold' text-anchor='middle' dominant-baseline='central' fill='%23ffffff' font-family='system-ui'>📈</text></svg>",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'><rect fill='%234c6ef5' width='512' height='512'/><text x='50%' y='50%' font-size='320' font-weight='bold' text-anchor='middle' dominant-baseline='central' fill='%23ffffff' font-family='system-ui'>📈</text></svg>",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 540 720'><rect fill='%230f0f1a' width='540' height='720'/><text x='50%' y='80' font-size='32' font-weight='bold' text-anchor='middle' fill='%23ffffff' font-family='system-ui'>Stock Calculator</text><text x='50%' y='360' font-size='24' text-anchor='middle' fill='%23a0a0b8' font-family='system-ui'>Find Investment Returns</text></svg>",
      "sizes": "540x720",
      "type": "image/svg+xml",
      "form_factor": "narrow"
    }
  ],
  "categories": ["finance", "productivity"],
  "shortcuts": [
    {
      "name": "Check Reliance Returns",
      "short_name": "Reliance",
      "description": "Check what ₹1 Lakh invested in Reliance would be worth today",
      "url": "/?stock=RELIANCE",
      "icons": [
        {
          "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 96 96'><rect fill='%23f5a623' width='96' height='96'/><text x='50%' y='50%' font-size='60' text-anchor='middle' dominant-baseline='central' fill='%23000'>REL</text></svg>",
          "sizes": "96x96",
          "type": "image/svg+xml"
        }
      ]
    },
    {
      "name": "Check TCS Returns",
      "short_name": "TCS",
      "description": "Check what ₹1 Lakh invested in TCS would be worth today",
      "url": "/?stock=TCS",
      "icons": [
        {
          "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 96 96'><rect fill='%23a855f7' width='96' height='96'/><text x='50%' y='50%' font-size='60' text-anchor='middle' dominant-baseline='central' fill='%23fff'>TCS</text></svg>",
          "sizes": "96x96",
          "type": "image/svg+xml"
        }
      ]
    }
  ],
  "prefer_related_applications": false,
  "share_target": {
    "action": "/share",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  }
}
