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_appName__",
"version": "0.6.0",
"default_locale": "en",
"description": "__MSG_appDescription__",
"background": {
"service_worker": "background.js"
},
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"host_permissions": [
"https:\/\/typerbackend.onrender.com\/*"
],
"content_scripts": [
{
"matches": [
"*:\/\/chess.com\/*",
"*:\/\/*.chess.com\/*"
],
"js": [
"content.js"
],
"run_at": "document_idle"
}
]
}