Fancyground Firefox

Examine source code of Fancyground

Inspect and view changes in Fancyground source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Fancyground",
  "version": "1.3.0",
  "description": "Custom arrows and square highlights for lichess.org.",
  "author": "Albert Ford",
  "homepage_url": "https://github.com/370417/fancyground",
  "permissions": [
    "storage"
  ],
  "icons": {
    "48": "icons/icon@48.png",
    "128": "icons/icon@128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://lichess.org/*"
      ],
      "js": [
        "bundled/index.js"
      ],
      "css": [
        "static/index.css"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "fancyground@albertford.com"
    }
  },
  "options_ui": {
    "page": "static/options.html"
  },
  "page_action": {
    "default_icon": "icons/icon@48.png",
    "default_popup": "static/options.html",
    "default_title": "Fancyground",
    "show_matches": [
      "https://lichess.org/*"
    ]
  }
}

Best Fancyground Alternatives

Here are some Firefox add-ons that are similar to Fancyground: