lichess clock color

lichess clock color

extension to help in bullet and ultrabullet time scrambles. background changes when either player is below 5 seconds to indicate…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "lichess clock color",
  "version": "0.1.1",
  "manifest_version": 2,
  "description": "",
  "homepage_url": "https://github.com/quillford/clockcolor",
  "icons": {
    "128": "icon.png"
  },
  "permissions": [
    "https://lichess.org/"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://lichess.org/*"
      ],
      "js": [
        "inject.js"
      ]
    }
  ]
}