Help me change my addon from private to public, i get my problem with update my addon to public with errors duplicate id, review and help me. Thanks.
Hi, and thanks for reaching out.
The duplicate ID error is expected, and it points at the fix. It happens because you are starting a brand new submission for an add-on that already exists in your account, so AMO sees the same extension ID twice. Creating a second add-on will not work here.
What you want instead is to add a version to the add-on you already have. Open it in the Developer Hub, choose “Upload New Version”, and on the channel step pick “On this site” (listed) rather than the private channel. That is the same add-on, now published publicly.
The existing private version cannot be switched over, so it stays as it is. The new listed version goes through review before it appears in the gallery.
Including your source code helps the reviewer verify everything faster, and this guide covers adding a build for AMO script so they can reproduce your build: Help our source code review process, add a build for AMO script
If you get stuck on any of those steps, tell me where and I will take a look on my end.
Thank you!