Vishal Jaiswal
unread,Jan 22, 2024, 6:46:44 AM1/22/24Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Chromium Extensions
Hi All,
While migrating chrome extension from manifest v2 to manifest v3, I came across the migration of remotely hosted code to extension package.
In my extension, we pass javascript files and code from our native messaging host to extension background.js and after that we execute that javascript in background.js using eval.
So, do we need to migrate these files? as they are coming through native messaging host.
Also the javascript code that we pass from native messaging host to background.js, this javascript is runtime, so anyone can guide how to handle these scripts ?
I didn't found any document mentioning the migration in terms of Native messaging host.
- Thanks