Opening Chooser

Opening Chooser

Based on the first few chess moves, chooses a random opening for you to play

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Opening Chooser",
  "version": "1.0",
  "description": "Based on the first few chess moves, chooses a random opening for you to play",
  "manifest_version": 2,
  "content_scripts": [
    {
      "matches": [
        "https://lichess.org/*"
      ],
      "css": [
        "lichess.org.css"
      ],
      "js": [
        "chess.js",
        "eco.js",
        "jquery.min.js",
        "lichess.org.js"
      ]
    }
  ]
}