Fancyground

Fancyground

Custom arrows and square highlights for lichess.org.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Fancyground",
  "version": "1.2.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/[email protected]",
    "128": "icons/[email protected]"
  },
  "content_scripts": [
    {
      "matches": [
        "https://lichess.org/*"
      ],
      "js": [
        "bundled/index.js"
      ],
      "css": [
        "static/index.css"
      ]
    }
  ],
  "options_ui": {
    "page": "static/options.html"
  },
  "action": {
    "default_icon": "icons/[email protected]",
    "default_popup": "static/options.html",
    "default_title": "Fancyground"
  }
}