Hi All,
I had a legacy bootstrap add-on, and its id is, for example, foo@example.com in the install.rdf file. I converted it to WebExtension recently. According to this document:
I use the same id in the manifest application key:
“applications”: {
“gecko”: {
“id”: "foo@example.com",
“strict_min_version”: “48.0”
}
},
Everything is fine when signing and publishing the WebExtension on my AMO (distributed on my own).
My browser already has the legacy extension installed, After I download and install the latest WE, both the legacy and WE appears. I was expecting that with the same ID, the WE one should replace the legacy one.
Is this expected design? or is there another workaround?
Thank you very much:)