{
  "short_name": "CyBoard",
  "name": "CyBoard — Play. Connect. Level Up.",
  "description": "The social & competitive platform for board game players. Find games, track stats, join leagues, and connect with your local gaming community.",
  "id": "/",
  "icons": [
    {
      "src": "favicon.ico",
      "sizes": "64x64 32x32 24x24 16x16",
      "type": "image/x-icon"
    },
    {
      "src": "logo192.png",
      "type": "image/png",
      "sizes": "192x192",
      "purpose": "any maskable"
    },
    {
      "src": "logo512.png",
      "type": "image/png",
      "sizes": "512x512",
      "purpose": "any maskable"
    }
  ],
  "start_url": "/home",
  "scope": "/",
  "display": "standalone",
  "theme_color": "#9D4CDD",
  "background_color": "#06060A",
  "orientation": "portrait",
  "categories": ["games", "social"],
  "prefer_related_applications": false,
  "shortcuts": [
    {
      "name": "Discover",
      "short_name": "Discover",
      "description": "Find nearby games and events",
      "url": "/discover",
      "icons": [{ "src": "logo192.png", "sizes": "192x192" }]
    },
    {
      "name": "Leagues",
      "short_name": "Leagues",
      "description": "View your leagues and standings",
      "url": "/leagues",
      "icons": [{ "src": "logo192.png", "sizes": "192x192" }]
    },
    {
      "name": "Shop Locator",
      "short_name": "Shops",
      "description": "Find game shops near you",
      "url": "/shop-locator",
      "icons": [{ "src": "logo192.png", "sizes": "192x192" }]
    }
  ]
}
