Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "__MSG_manifest_name__",
"description": "__MSG_manifest_description__",
"version": "2.14",
"default_locale": "en",
"icons": {
"192": "icon.png"
},
"action": {
"default_icon": {
"192": "icon.png"
},
"default_title": "Chess Assistant"
},
"permissions": [
"storage"
],
"host_permissions": [
"https:\/\/*.chess.com\/*",
"https:\/\/www.c4355.com\/*",
"https:\/\/www.justdoinghomework.com\/*",
"https:\/\/www.superhardalgebraproblems.com\/*",
"https:\/\/www.schoolschoolschool.com\/*",
"https:\/\/www.pleasedontblockchess.com\/*",
"https:\/\/*.lichess.org\/*"
],
"background": {
"service_worker": "background.js"
},
"content_scripts": [
{
"matches": [
"https:\/\/*.chess.com\/*",
"https:\/\/www.c4355.com\/*",
"https:\/\/www.justdoinghomework.com\/*",
"https:\/\/www.superhardalgebraproblems.com\/*",
"https:\/\/www.schoolschoolschool.com\/*",
"https:\/\/www.pleasedontblockchess.com\/*"
],
"js": [
"content.js"
],
"css": [
"content.css"
]
},
{
"matches": [
"https:\/\/*.lichess.org\/*"
],
"js": [
"content.js"
],
"css": [
"content.css",
"lichess.css"
]
}
],
"web_accessible_resources": [
{
"resources": [
"stockfish\/stockfish-17-lite-single.js",
"stockfish\/stockfish-17-lite-single.wasm",
"show-review-modal.css"
],
"matches": [
"https:\/\/*.chess.com\/*",
"https:\/\/www.c4355.com\/*",
"https:\/\/www.justdoinghomework.com\/*",
"https:\/\/www.superhardalgebraproblems.com\/*",
"https:\/\/www.schoolschoolschool.com\/*",
"https:\/\/www.pleasedontblockchess.com\/*",
"https:\/\/*.lichess.org\/*"
]
}
],
"options_ui": {
"page": "options.html",
"open_in_tab": true
}
}