This commit is contained in:
Gabe Yuan
2023-07-18 15:23:16 +08:00
commit 428c7a68b6
53 changed files with 1613 additions and 0 deletions

9
dist/chrome/asset-manifest.json vendored Normal file
View File

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