Gomoku

Gomoku

Japanese board game Gomoku – try to create an unbroken line of 5 pieces in any direction before the computer does. Free and no ads!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Gomoku",
  "description": "Japanese board game Gomoku – try to create an unbroken line of 5 pieces in any direction before the computer does. Free and no ads!",
  "version": "2021.05.14",
  "icons": {
    "48": "v1/icon.png"
  },
  "browser_action": {
    "default_icon": {
      "48": "v1/icon.png"
    },
    "default_popup": "popup.html"
  }
}