I have tried to use internet tutorials Hello World examples for building firefox add-ons by XUL but all examples gives me corrupt add-on when I try to install into firefox as it is.
Does anyone have good working .xpi examples or tutorial?
I have tried to use internet tutorials Hello World examples for building firefox add-ons by XUL but all examples gives me corrupt add-on when I try to install into firefox as it is.
Does anyone have good working .xpi examples or tutorial?
Alright, as we figured out together, the XPI file was incorrectly zipped.
It did not include the XPI items directly as it should have, but within a subfolder in the zip.
Correct zipping of XPI files is further discussed here.