Chess Assistant by GenMate Firefox

Examine source code of Chess Assistant by GenMate

By: GenMate Add-on
Inspect and view changes in Chess Assistant by GenMate source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Chess Assistant by GenMate",
  "short_name": "GenMate",
  "description": "Stockfish Lite engine hints while you play vs computer on Lichess",
  "version": "1.1.0",
  "permissions": [
    "storage",
    "activeTab",
    "tabs",
    "notifications",
    "https://lichess.org/*",
    "https://raw.githubusercontent.com/*"
  ],
  "content_security_policy": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'",
  "background": {
    "page": "background.html",
    "persistent": true
  },
  "browser_action": {
    "default_popup": "popup.html",
    "default_title": "GenMate",
    "default_icon": {
      "16": "icons/icon16.png",
      "32": "icons/icon32.png",
      "48": "icons/icon48.png",
      "128": "icons/icon128.png"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "https://lichess.org/*"
      ],
      "js": [
        "chess.min.js",
        "content.js"
      ]
    }
  ],
  "web_accessible_resources": [
    "wasm/*"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "chess-assistant@genmate",
      "strict_min_version": "109.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best Chess Assistant by GenMate Alternatives

Here are some Firefox add-ons that are similar to Chess Assistant by GenMate: