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

This commit is contained in:
fishjar
2023-08-21 06:56:52 +00:00
parent e3aa06512d
commit 4c8b197541
7 changed files with 36 additions and 11 deletions

View File

@@ -2,7 +2,7 @@
"manifest_version": 3,
"name": "__MSG_app_name__",
"description": "__MSG_app_description__",
"version": "1.5.0",
"version": "1.5.1",
"default_locale": "en",
"author": "Gabe<yugang2002@gmail.com>",
"homepage_url": "https://github.com/fishjar/kiss-translator",
@@ -16,6 +16,14 @@
"matches": ["<all_urls>"]
}
],
"commands": {
"toggleTranslate": {
"suggested_key": {
"default": "Alt+Q"
},
"description": "__MSG_toggle_translate__"
}
},
"permissions": ["storage"],
"host_permissions": ["<all_urls>"],
"icons": {