Forum Discussion
Extension/Addon development
Elliot Kirk While there's no specific documentation, can you point to any sample of native messaging on the new Edge?
Elliot Kirk Does the Edge Dev Channel support native messaging host (yet)? I have an extension that needs the native host in order to function.
- GDomjanAug 11, 2019Copper Contributor
ArunKBuduri When I imported our Chrome extension it was able to use the native messaging based on the id that was assigned by Google store.
However, still, no clarity on the access control for the native messaging once the extension is published from the MS store. Assuming so far that there will be changes to the store ID.- ArunKBuduriAug 11, 2019Copper Contributor
GDomjan That's great to know you have it working. When Edge automatically imported, it didn't seem to import the native host. My chrome native host json is under "/library/Google/Chrome/NativeMessagingHosts". Do you know where Edge Dev gets its json from? Did Edge make a copy of all the native host json files into its own folder anywhere?
I couldn't find any though and I don't see the native host started inside Edge.
- GDomjanAug 18, 2019Copper Contributor
ArunKBuduri I'm not sure I understood your query correctly.
I used existing published extension from the Chrome store, and did not try to import from local in developer mode.
It seemed to make use of the same Chrome registry to identify the native host.
Next time I check it out I'll see if there is some migration/duplication of the native host from Chrome into the Edge space.