Deploying to gh-pages from @ fishjar/kiss-translator@562559a1b0 🚀

This commit is contained in:
fishjar
2025-10-14 11:34:02 +00:00
parent cbded0183d
commit 7565507e72
11 changed files with 21848 additions and 12819 deletions

View File

@@ -2,7 +2,7 @@
"manifest_version": 3,
"name": "__MSG_app_name__",
"description": "__MSG_app_description__",
"version": "1.9.2",
"version": "2.0.0",
"default_locale": "en",
"author": "Gabe<yugang2002@gmail.com>",
"homepage_url": "https://github.com/fishjar/kiss-translator",
@@ -13,10 +13,16 @@
"content_scripts": [
{
"js": ["content.js"],
"matches": ["<all_urls>"],
"matches": ["<all_urls>", "file://*/*"],
"all_frames": true
}
],
"web_accessible_resources": [
{
"resources": ["injector.js"],
"matches": ["https://www.youtube.com/*"]
}
],
"commands": {
"_execute_action": {
"suggested_key": {
@@ -45,7 +51,7 @@
"description": "__MSG_open_options__"
}
},
"permissions": ["storage", "contextMenus", "scripting", "declarativeNetRequest"],
"permissions": ["storage", "contextMenus", "scripting", "declarativeNetRequest", "declarativeNetRequestWithHostAccess"],
"host_permissions": ["<all_urls>"],
"icons": {
"16": "images/logo16.png",