{
    "name": "QubiGo Game",
    "short_name": "QubiGo",
    "description": "3D Strategy game, making rows of three pieces with shared characteristics",
    "start_url": "/#/games",
    "theme_color": "#20252C",
    "background_color": "#20252C",
    "display": "standalone",
    "orientation": "portrait",
    "icons": [
      {
        "src": "favicon.ico",
        "sizes": "48x48"
      },
      {
        "src": "/images/qubigo-logo-only.svg",
        "sizes": "any"
      }
    ]
  }
  
  
