adjust the file path

This commit is contained in:
Gabe Yuan
2023-08-04 04:45:20 +08:00
parent 6db5ab0ece
commit b9ee377b7a
43 changed files with 36 additions and 36 deletions

View File

@@ -7,12 +7,12 @@
"author": "Gabe<yugang2002@gmail.com>",
"homepage_url": "https://github.com/fishjar/kiss-translator",
"background": {
"service_worker": "static/js/background.js",
"service_worker": "background.js",
"type": "module"
},
"content_scripts": [
{
"js": ["static/js/content.js"],
"js": ["content.js"],
"matches": ["<all_urls>"]
}
],