feat: add error handling for content scripts

This commit is contained in:
Simon
2026-01-21 19:17:54 +08:00
parent 4153db866f
commit af133470e1
4 changed files with 41 additions and 9 deletions

View File

@@ -40,11 +40,5 @@ export default defineConfig({
side_panel: {
default_path: 'sidepanel/index.html',
},
web_accessible_resources: [
{
resources: ['main-world.js'],
matches: ['<all_urls>'],
},
],
},
})