25 lines
549 B
JSON
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": [
|
|
]
|
|
}
|
|
]
|
|
}
|