Chess Move Finder Firefox

Examine source code of Chess Move Finder

Inspect and view changes in Chess Move Finder source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Chess Move Finder",
  "version": "1.0",
  "description": "Find the best move in any chess position using Lichess API",
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "icons/icon16.png",
      "48": "icons/icon48.png",
      "128": "icons/icon128.png"
    }
  },
  "permissions": [
    "storage"
  ],
  "host_permissions": [
    "https://lichess.org/*"
  ],
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "info@chessnonstop.com"
    }
  }
}

Best Chess Move Finder Alternatives

Here are some Firefox add-ons that are similar to Chess Move Finder: