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": 2,
"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",
@@ -12,10 +12,13 @@
"content_scripts": [
{
"js": ["content.js"],
"matches": ["<all_urls>"],
"matches": ["<all_urls>", "file://*/*"],
"all_frames": true
}
],
"web_accessible_resources": [
"injector.js"
],
"commands": {
"_execute_browser_action": {
"suggested_key": {