{
  "name": "IPO Era",
  "short_name": "IPO Era",
  "description": "Real-time Indian IPO market tracker with SEBI filings and subscription analysis",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#1A1A1A",
  "theme_color": "#00FF7B",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "en-IN",
  "categories": [
    "finance",
    "business",
    "productivity"
  ],
  "icons": [
    {
      "src": "/logo.svg",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/logo.svg",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "screenshots": [
    {
      "src": "/og-image.jpg",
      "sizes": "1200x630",
      "type": "image/jpeg",
      "form_factor": "wide",
      "label": "IPO Era Dashboard"
    }
  ],
  "shortcuts": [
    {
      "name": "Open IPOs",
      "short_name": "Open",
      "description": "View currently open IPOs for bidding",
      "url": "/?status=open",
      "icons": [
        {
          "src": "/logo.svg",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Upcoming IPOs",
      "short_name": "Upcoming",
      "description": "View upcoming IPO launches",
      "url": "/?status=upcoming",
      "icons": [
        {
          "src": "/logo.svg",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ],
  "related_applications": [],
  "prefer_related_applications": false
}