Chess Style: customize your piece sets Firefox

Examine source code of Chess Style: customize your piece sets

By: Dec_32
Inspect and view changes in Chess Style: customize your piece sets source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Chess Style",
  "version": "1.1",
  "description": "Customize your piece set on lichess.org and chess.com.",
  "icons": {
    "281": "res/icon.png"
  },
  "background": {
    "scripts": [
      "src/background.js"
    ],
    "type": "module"
  },
  "browser_action": {
    "default_title": "Chess Style",
    "default_popup": "src/popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "*://www.chess.com/home"
      ],
      "js": [
        "src/chess.com.js"
      ],
      "run_at": "document_start"
    }
  ],
  "permissions": [
    "storage",
    "tabs",
    "scripting",
    "webNavigation",
    "*://lichess.org/*",
    "*://www.chess.com/*"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{88169761-e650-4426-81e4-0258dca01ef7}"
    }
  }
}

Best Chess Style: customize your piece sets Alternatives

Here are some Firefox add-ons that are similar to Chess Style: customize your piece sets: