-
Notifications
You must be signed in to change notification settings - Fork 18
Open
Description
Manifest version 2 is deprecated, and support will be removed in 2024. See https://developer.chrome.com/docs/extensions/develop/migrate/mv2-deprecation-timeline for details.
{
"manifest_version": 2,
"name": "Chesscheat",
"version": "1.1",
"icons": { "16": "icon.png",
"48": "icon.png",
"128": "icon.png" },
"browser_specific_settings": {
"gecko": {
"id": "chesscheatextension@gmail.com"
}
},
"description": "Always see the optimal move in any chess.com game. Guarantees wins almost 100% of the time",
"content_scripts": [
{
"js": ["scripts/main.js"],
"matches": [
"https://www.chess.com/",
"https://chess.com/"
]
}
]
}
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels