fix: user has to login every time chrome sidepanel is opened (#5544)
We can pass the auth tokens to our front app via post message, which will also allow us to pass route names to navigate on it
This commit is contained in:
@ -32,7 +32,10 @@ export default defineManifest({
|
||||
content_scripts: [
|
||||
{
|
||||
matches: ['https://www.linkedin.com/*'],
|
||||
js: ['src/contentScript/index.ts'],
|
||||
js: [
|
||||
'src/contentScript/index.ts',
|
||||
'src/contentScript/insertSettingsButton.ts',
|
||||
],
|
||||
run_at: 'document_end',
|
||||
},
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user