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__",
"description": "__MSG_shortDesc__",
"default_locale": "en",
"version": "1.1.2",
"action": {
"default_popup": "index.html",
"default_icon": {
"16": "src\/images\/icon16.png",
"32": "src\/images\/icon32.png",
"48": "src\/images\/icon48.png",
"64": "src\/images\/icon64.png",
"128": "src\/images\/icon128.png"
}
},
"icons": {
"16": "src\/images\/icon16.png",
"32": "src\/images\/icon32.png",
"48": "src\/images\/icon48.png",
"64": "src\/images\/icon64.png",
"128": "src\/images\/icon128.png"
},
"host_permissions": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"permissions": [
"storage"
],
"background": {
"service_worker": "service-worker-loader.js",
"type": "module"
},
"web_accessible_resources": [
{
"matches": [
"<all_urls>"
],
"resources": [
"src\/images\/icon128.png"
],
"use_dynamic_url": false
},
{
"matches": [
"<all_urls>"
],
"resources": [
"assets\/settings-C5M7x_rg.js"
],
"use_dynamic_url": true
}
],
"content_scripts": [
{
"js": [
"assets\/module-settings.js-loader-5e-L6cvy.js"
],
"matches": [
"<all_urls>"
],
"run_at": "document_start",
"all_frames": true
}
]
}