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

@@ -1,8 +1,8 @@
{
"popup.js": "/static/js/popup.js",
"options.js": "/static/js/options.js",
"background.js": "/static/js/background.js",
"content.js": "/static/js/content.js",
"popup.js": "/popup.js",
"options.js": "/options.js",
"background.js": "/background.js",
"content.js": "/content.js",
"content.html": "/content.html",
"options.html": "/options.html",
"popup.html": "/popup.html"