{
  "name": "Board Game Orbit - Your Board Game Social Hub",
  "short_name": "BoardGameOrbit",
  "description": "Connect with board game enthusiasts, discover new games, organize meetups, and build your gaming community.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#6366f1",
  "orientation": "any",
  "scope": "/",
  "lang": "en",
  "icons": [
    {
      "src": "/bgo-favicon3.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/bgo-favicon3.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/bgo-favicon3.png",
      "sizes": "144x144",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/bgo-favicon3.svg",
      "sizes": "any",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "categories": ["social", "games", "lifestyle"],
  "screenshots": [],
  "prefer_related_applications": false,
  "shortcuts": [
    {
      "name": "Search Games",
      "short_name": "Search",
      "description": "Search for board games",
      "url": "/?action=search",
      "icons": [
        {
          "src": "/favicon.svg",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "My Collection",
      "short_name": "Collection",
      "description": "View your game collection",
      "url": "/my-games",
      "icons": [
        {
          "src": "/favicon.svg",
          "sizes": "192x192"
        }
      ]
    }
  ]
}
