Lichess Refined Firefox

Examine source code of Lichess Refined

By: rsazra
Inspect and view changes in Lichess Refined source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Lichess Refined",
  "version": "1.1",
  "description": "Modifies lichess.org homepage to add user info and remove clutter.",
  "icons": {
    "48": "lire48.png",
    "128": "lire128.png"
  },
  "action": {
    "default_popup": "index.html",
    "default_title": "Lichess Refined"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.lichess.org/"
      ],
      "css": [
        "lire.css"
      ],
      "js": [
        "lire.js",
        "loggedin.js"
      ]
    }
  ],
  "permissions": [
    "storage"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "lire@rsazra.com"
    }
  }
}

Best Lichess Refined Alternatives

Here are some Firefox add-ons that are similar to Lichess Refined: