Inspect and view changes in Mental Health Mode for Lichess source codes across current and past versions
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"manifest_version": 2,
"name": "Mental Health Mode for Lichess",
"version": "1.6",
"description": "Start focus on playing chess again and let this extension remove everything that could harm the experience.",
"content_scripts": [
{
"matches": [
"*://*.lichess.org/*"
],
"js": [
"mental-health-mode.js"
]
},
{
"matches": [
"*://*.lichess.org/account/preferences/game-display"
],
"js": [
"preferences.js"
]
}
],
"icons": {
"48": "icons/logo-48x48.png",
"96": "icons/logo-96x96.png"
}
}