first c
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"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": [
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user