{ "manifest_version": 3, "name": "CAPS Enhancer", "version": "2.9", "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": [""], "action": { "default_popup": "popup.html", "default_title": "CAPS Enhancer" }, "options_page": "options.html", "web_accessible_resources": [ { "resources": ["icons/caps.svg"], "matches": [""] } ], "content_scripts": [ { "matches": [""], "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" } ] }