Skin|Chess.com

Skin|Chess.com

Make chess.com style more beautiful with a set of new graphic styles for chessboard and pieces.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Skin|Chess.com",
  "description": "Make chess.com style more beautiful with a set of new graphic styles for chessboard and pieces.",
  "version": "2.2.0",
  "icons": {
    "16": "res/icon16.png",
    "48": "res/icon48.png",
    "128": "res/icon128.png"
  },
  "background": {
    "service_worker": "background.js",
    "type": "module"
  },
  "action": {
    "default_icon": "res/icon.png",
    "default_popup": "popup.html",
    "default_title": "Skin|Chess.com"
  },
  "permissions": [
    "storage",
    "tabs",
    "scripting"
  ],
  "host_permissions": [
    "https://softool.altervista.org/*",
    "https://www.chess.com/*"
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "js_to_inject/setDefaultGameAnimationType.js"
      ],
      "matches": [
        "https://www.chess.com/*"
      ]
    }
  ]
}