Igo Online

19×19 Go (Igo, Baduk, Weiqi) online game.
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "__MSG_appName__",
  "description": "__MSG_appDesc__",
  "version": "1.9",
  "default_locale": "en",
  "app": {
    "urls": [
      "https://www.sakura-ent.net/igoonline/"
    ],
    "launch": {
      "web_url": "https://www.sakura-ent.net/igoonline/game?type=cws"
    }
  },
  "icons": {
    "128": "icon_128.png"
  }
}