feat(ext): expose extension to main-world and auth with token
This commit is contained in:
@@ -44,6 +44,12 @@ export default defineConfig({
|
||||
action: {
|
||||
default_title: 'Open Page Agent',
|
||||
},
|
||||
web_accessible_resources: [
|
||||
{
|
||||
resources: ['main-world.js'],
|
||||
matches: ['*://*/*'],
|
||||
},
|
||||
],
|
||||
side_panel: {
|
||||
default_path: 'sidepanel/index.html',
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user