NAME

Dist::Zilla::App::Command::mozi - install your addons to firefox profile

VERSION

version 0.104

SYNOPSIS

dzil mozi [ --test --dir 'firefox extension dir' ]

DESCRIPTION

This command install your built addon to firefox profile. It will create a proxy file to your built addon directroy if you set --test in the command line, check https://developer.mozilla.org/en/Setting_up_extension_development_environment#Firefox_extension_proxy_file about the description of proxy file. Your should set the firefox extension directory in the dist.ini [Moz] section or set it with '--dir'.

When you use it with no '--test', your addons will be packed into a '.xpi' file and installed to the extnsion directory.

AUTHOR

woosley.xu <woosley.xu@gmail.com>

COYPRIGHT

his software is copyright (c) 2012 by woosley.xu.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.