{
  "name": "RetailBook - Investment Platform",
  "short_name": "RetailBook",
  "description": "Discover and invest in IPOs, bonds, T-bills, and follow-on offerings",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#ffffff",
  "theme_color": "#ffffff",
  "categories": ["finance", "business"],
  "icons": [
    {
      "src": "/icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Offers",
      "short_name": "Offers",
      "url": "/offers",
      "description": "Browse current investment offerings"
    },
    {
      "name": "Learn",
      "short_name": "Learn",
      "url": "/learn",
      "description": "Learn about capital markets investing"
    }
  ],
  "share_target": {
    "action": "/share",
    "method": "GET",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  }
}
