This commit is contained in:
zhu
2026-05-09 17:16:08 +08:00
parent 6587b0c1d9
commit 30f9467cc8
14 changed files with 256 additions and 181 deletions

View File

@@ -27,4 +27,9 @@ export default defineManifest({
service_worker: 'src/background/index.ts',
type: 'module',
},
externally_connectable: {
matches: [
"http://localhost:3000/*",
]
}
});