{
  "name": "PortalX - Tournament RSVP",
  "short_name": "PortalX",
  "description": "Tournament RSVP platform for gaming events",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#0a0a0f",
  "theme_color": "#ff2d55",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/public/icon.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/public/icon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/public/icon.png",
      "sizes": "1024x1024",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "categories": ["events", "sports", "entertainment"],
  "shortcuts": [
    {
      "name": "Create Tournament",
      "short_name": "Create",
      "description": "Create a new tournament",
      "url": "/vibex/events/create",
      "icons": [
        {
          "src": "/vibex/public/icon.png",
          "sizes": "96x96"
        }
      ]
    }
  ]
}
