chessExt/manifest.json
2026-04-09 15:09:44 -04:00

25 lines
549 B
JSON

{
"manifest_version": 2,
"name": "Chesscheat",
"version": "1.3",
"icons": {
"16": "icon.png",
"48": "icon.png",
"128": "icon.png"
},
"browser_specific_settings": {
"gecko": {
"id": "chesscheatextension@gmail.com",
"strict_min_version": "57.0"
}
},
"description": "Always see the optimal move in any chess.com game. Guarantees wins almost 100% of the time",
"content_scripts": [
{
"js": ["fen.js", "evalbar.js", "engine.js", "panel.js", "main.js"],
"matches": [
]
}
]
}