43 lines
1.1 KiB
JSON
43 lines
1.1 KiB
JSON
{
|
|
"manifest_version": 3,
|
|
"name": "CAPS Enhancer",
|
|
"version": "2.8",
|
|
"description": "Добавляет всякие фичи для УТП в CAPS",
|
|
"update_url": "https://git.ihateamerica.ru/caps_enhancer/update.xml",
|
|
"icons": {
|
|
"16": "icons/icon16.png",
|
|
"48": "icons/icon48.png",
|
|
"128": "icons/icon128.png"
|
|
},
|
|
"background": {
|
|
"service_worker": "js/background.js"
|
|
},
|
|
"permissions": ["activeTab", "storage", "tabs", "alarms"],
|
|
"host_permissions": ["<all_urls>"],
|
|
"action": {
|
|
"default_popup": "popup.html",
|
|
"default_title": "CAPS Enhancer"
|
|
},
|
|
"options_page": "options.html",
|
|
"web_accessible_resources": [
|
|
{
|
|
"resources": ["icons/caps.svg"],
|
|
"matches": ["<all_urls>"]
|
|
}
|
|
],
|
|
"content_scripts": [
|
|
{
|
|
"matches": ["<all_urls>"],
|
|
"js": [
|
|
"modules/core.js",
|
|
"modules/video-window.js",
|
|
"modules/mnemoschema.js",
|
|
"modules/close-handler.js",
|
|
"modules/novnc-redirect.js",
|
|
"modules/auto-login.js",
|
|
"js/content.js"
|
|
],
|
|
"run_at": "document_idle"
|
|
}
|
|
]
|
|
}
|