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

This commit is contained in:
fishjar
2023-08-26 06:52:13 +00:00
parent 25f8401acd
commit 08c3c2dfe7
7 changed files with 3364 additions and 1986 deletions

View File

@@ -2,7 +2,7 @@
"manifest_version": 3,
"name": "__MSG_app_name__",
"description": "__MSG_app_description__",
"version": "1.5.4",
"version": "1.5.5",
"default_locale": "en",
"author": "Gabe<yugang2002@gmail.com>",
"homepage_url": "https://github.com/fishjar/kiss-translator",
@@ -13,7 +13,8 @@
"content_scripts": [
{
"js": ["content.js"],
"matches": ["<all_urls>"]
"matches": ["<all_urls>"],
"all_frames": true
}
],
"commands": {