I admit I somewhat lost track of all the limitations firefox puts on add-ons these days. I’m developing an add-on that is just for internal use at our PCs. I don’t want to release it anywhere and I’d prefer to not have any traces of it’s existence anywhere on publicly available places. Could you point me to the oficially sanctioned steps for such a use case? I need to:
- Install it on a handfull of machines
- Not have it publically available and keep it “private”
- Have it run reliably in a “production environment”, so no temporarily installations, development versions, storage cleaning etc.
- Be able to update it easily
Could you help me find the best way to do this?