Dist::Zilla::Plugin::Moz is a Perl module created for Firefox add-ons development. It can do those work for you:
- create addons template
- generate install.rdf
- generate chrome.manifest
- build addons arvhive
- install addons
SYNOPSIS
in your dist.ini
[Moz]
id = appUniqName@example.com
contributor = some contributors
type = 2
maxVersion = 11.*
minVersion = 0.3
useJAR = 1
[Moz::Manifest]
overlay = xx => xxx
style = xx => xxx
[Moz::InstallRDF]
optionsURL = content/options.xul
[Moz::Archive]
[Moz::Install]
extDir = /home/yourid/.mozilla/firefox/8ywcrpsn.default/extensions/
Product's homepage
Requirements:
· Perl