Pawn Party Firefox

Examine source code of Pawn Party

By: Phil
Inspect and view changes in Pawn Party source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "Pawn Party",
  "version": "1.1.3",
  "author": "Phil Brockman",
  "description": "This extension hides all the chess pieces on the board, making the position invisible to the player. This means that you have to rely on your visualization skills and memory to play chess. It's a great way to improve your visualization skills and memory.",
  "manifest_version": 2,
  "optional_permissions": [
    "<all_urls>"
  ],
  "permissions": [
    "storage"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://lichess.org/*"
      ],
      "run_at": "document_end",
      "js": [
        "./index.global.js"
      ],
      "css": [
        "./style.css"
      ]
    }
  ],
  "icons": {
    "16": "img/img-16.png",
    "38": "img/img-38.png",
    "48": "img/img-48.png",
    "148": "img/img-148.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{9b357d96-1255-422c-9e30-0438fc57d537}"
    }
  }
}

Best Pawn Party Alternatives

Here are some Firefox add-ons that are similar to Pawn Party: