Lichess Friends List Opener

Lichess Friends List Opener

Automatically opens the lichess friends list box.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Lichess Friends List Opener",
  "version": "1.3",
  "description": "Automatically opens the lichess friends list box.",
  "icons": {
    "192": "lichess-favicon-192.png"
  },
  "web_accessible_resources": [
    "/main.js"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://lichess.org/*"
      ],
      "js": [
        "inject.js"
      ]
    }
  ],
  "manifest_version": 2
}