Move Highlighter

Move Highlighter

Highlight common moves in the Lichess engine analysis

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Move Highlighter",
  "version": "0.0.1",
  "description": "Highlight common moves in the Lichess engine analysis",
  "content_scripts": [
    {
      "js": [
        "content.js"
      ],
      "matches": [
        "https://lichess.org/*"
      ]
    }
  ],
  "action": {},
  "icons": {
    "128": "icon.png"
  }
}