{ "manifest_version": 3, "name": "__MSG_app_name__", "description": "__MSG_app_description__", "version": "1.2.2", "default_locale": "zh", "author": "Gabe", "homepage_url": "https://github.com/fishjar/kiss-translator", "background": { "service_worker": "static/js/background.js", "type": "module" }, "content_scripts": [ { "js": ["static/js/content.js"], "matches": [""] } ], "permissions": ["storage"], "host_permissions": [""], "icons": { "192": "images/logo192.png" }, "action": { "default_icon": { "192": "images/logo192.png" }, "default_title": "__MSG_app_name__", "default_popup": "popup.html" }, "options_ui": { "page": "options.html", "open_in_tab": true } }