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_name__",
"description": "__MSG_description__",
"default_locale": "en",
"version": "1.4",
"background": {
"service_worker": "\/js\/sw.js"
},
"content_scripts": [
{
"matches": [
"*:\/\/*\/*"
],
"js": [
"js\/cs.js"
],
"all_frames": true,
"run_at": "document_idle"
}
],
"permissions": [
"webRequest",
"offscreen",
"tabs",
"storage",
"downloads"
],
"host_permissions": [
"*:\/\/*\/*"
],
"web_accessible_resources": [
{
"resources": [
"\/assets\/*"
],
"matches": [
"*:\/\/*\/*"
]
}
],
"content_security_policy": {
"extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'; worker-src 'self' 'wasm-unsafe-eval';"
},
"icons": {
"16": "\/assets\/16.png",
"58": "\/assets\/58.png",
"128": "\/assets\/128.png",
"256": "\/assets\/256.png"
},
"action": {
"default_popup": "\/html\/popup.html"
}
}