userscript...

This commit is contained in:
Gabe Yuan
2023-08-06 21:45:05 +08:00
parent fef4d50977
commit 5e7a8cca3d
58 changed files with 56051 additions and 13111 deletions

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

@@ -0,0 +1,9 @@
{
"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"
}