1

I have developed a simple Mozilla add-on which consists of a single open search descriptor XML file.

Now I want to update my add-on with a new project generated by JetPack (still a search engine, but with many other features).

No problem to generate my XPI package, but when I try to publish the new XPI, I got the following error message:

"UUID doest not match the module"

How can I find the UUID of my "opensearch" add-on?

Thomas Decaux
  • 21,738
  • 2
  • 113
  • 124
  • That's interesting can you post your code, I don't think i ran into this before. See this topic: http://stackoverflow.com/questions/25083992/firefox-says-could-not-download-the-search-plugin-from – Noitidart Aug 25 '14 at 14:42

1 Answers1

0

I have no experience with OpenSearch addpms. But since they have no provision for a developer-supplied UUID, my guess is that one is automatically applied when they get published. If my guess is correct then you should be able to find on AMO. Click Edit listing and scroll down to Technical Details, it is the last entry.

paa
  • 5,048
  • 1
  • 18
  • 22