feat: iframe addition (chrome-extension) (#4418)
* toggle iframe addition * React UI init * remove files * loading state files * render iframe logic * remove event * build fix * WIP * Ok * Cleaned --------- Co-authored-by: Lucas Bordeau <bordeau.lucas@gmail.com>
This commit is contained in:
@ -16,6 +16,7 @@ export default defineManifest({
|
||||
|
||||
action: {},
|
||||
|
||||
//TODO: change this to a documenation page
|
||||
options_page: 'options.html',
|
||||
|
||||
background: {
|
||||
@ -34,4 +35,8 @@ export default defineManifest({
|
||||
permissions: ['activeTab', 'storage'],
|
||||
|
||||
host_permissions: ['https://www.linkedin.com/*'],
|
||||
|
||||
externally_connectable: {
|
||||
matches: [`https://app.twenty.com/*`, `http://localhost:3001/*`],
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user