We are porting our Chrome extension to Edge and our extension already has an extension ID that our native messaging applications rely on.
In Chrome you have control over the id of the newly created extension by including the "key.pem" file in the first upload of the extension package. But that is not working in the Edge Store, it seems to always create a new extension ID.
Is there a way to force the store to use our existing extension ID?