The issue I’m facing is an edge case when I have the “key” property set on my manifest file as stated on https://developer.chrome.com/docs/extensions/mv3/manifest/key/ (we’re multiple developers and having this helps a lot, plus we need a static url to whitelist)
I’m able to upload / update the extension to the chrome store without any issue (with the “key” property set) but when I upload to the Edge store I need to build the extension without that key set in the manifest so the upload doesn’t fail.
I just get the following error.
Thanks.
TLDR: I tried to upload the extension with a manifest file that includes a "key" property set and expected to work the same way it works when I upload to the chrome store based on (https://developer.chrome.com/docs/extensions/mv3/manifest/key/) but fails
