{
"name": "__MSG_COLOR_ENHANCER_APPNAME__",
"version": "1.13.3",
"description": "__MSG_COLOR_ENHANCER_APPDESC__",
"manifest_version": 3,
"icons": {
"16": "res/cvd-16.png",
"48": "res/cvd-48.png",
"128": "res/cvd-128.png"
},
"permissions": [
"scripting",
"storage",
"tabs"
],
"host_permissions": ["<all_urls>"],
"background": {
"service_worker": "src/background.js"
},
"action": {
"default_icon": {
"19": "res/cvd-19.png",
"38": "res/cvd-38.png"
},
"default_title": "__MSG_COLOR_ENHANCER_APPNAME__",
"default_popup": "src/popup.html"
},
"default_locale": "en",
"content_scripts": [
{
"run_at": "document_start",
"matches": [
"<all_urls>"
],
"js": [
"src/common.js",
"src/matrix.js",
"src/cvd_type.js",
"src/cvd.js"
]
}
]
}