{
  "name": "TradeHub24 - Virtual Trade Shows",
  "short_name": "TradeHub24",
  "description": "Connect with exhibitors and discover products at virtual trade shows worldwide",
  "start_url": "/?pwa=true",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#1e3a5f",
  "orientation": "portrait-primary",
  "scope": "/",
  "icons": [
    {
      "src": "/pwa-icon-512.png?v=4",
      "sizes": "48x48 72x72 96x96 128x128 144x144 152x152 192x192 256x256 384x384 512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/pwa-icon-512.png?v=4",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "categories": ["business", "shopping", "networking"],
  "shortcuts": [
    {
      "name": "Browse Events",
      "short_name": "Events",
      "description": "View all virtual trade shows",
      "url": "/events",
      "icons": [{"src": "/pwa-icon-512.png?v=4", "sizes": "96x96"}]
    },
    {
      "name": "Exhibitors",
      "short_name": "Exhibitors", 
      "description": "Browse exhibitor booths",
      "url": "/exhibitors",
      "icons": [{"src": "/pwa-icon-512.png?v=4", "sizes": "96x96"}]
    },
    {
      "name": "Calendar",
      "short_name": "Calendar",
      "description": "View event calendar",
      "url": "/calendar",
      "icons": [{"src": "/pwa-icon-512.png?v=4", "sizes": "96x96"}]
    }
  ],
  "prefer_related_applications": false
}
