I would like to test/debug storage migration of an extension. When installing via "Load unpacked" a new ID is generated and the extension is installed as a separate extension.
How can it be installed as an upgrade of the previously installed extension?
You need to copy published esxtension's key:
Copy your extension url.
Paste into crx-viewer and click on open in viewer
Open console and copy public key
Add this line in your manifest.json
{ "key":"you_copied_key" }