{
  "name": "Go 3D",
  "short_name": "Go 3D",
  "description": "Play Go on a 3D board. Five AI levels, peer-to-peer games with a friend, live spectating and interactive lessons.",
  "start_url": "./index.html",
  "scope": "./",
  "id": "/Go3D/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#08090c",
  "theme_color": "#08090c",
  "categories": ["games", "board", "strategy"],
  "lang": "en",
  "dir": "ltr",
  "icons": [
    { "src": "assets/img/favicon.svg", "sizes": "any", "type": "image/svg+xml", "purpose": "any" },
    { "src": "assets/img/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "assets/img/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "assets/img/icon-maskable.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    {
      "name": "Play the computer",
      "short_name": "vs Computer",
      "url": "./gogame.html?mode=ai",
      "icons": [{ "src": "assets/img/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Find a game",
      "short_name": "Find",
      "url": "./find.html",
      "icons": [{ "src": "assets/img/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Learn to play",
      "short_name": "Learn",
      "url": "./learn.html",
      "icons": [{ "src": "assets/img/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
