12345678910111213141516171819202122 |
- addon_id="zombie-navigator"
- # Canonical version of the addon (may be converted into different formats on build)
- addon_version="0.5.1"
- # Alpha versions (may not be feature complete): x.y.z~a1, x.y.z~a2, ...
- # Beta versions (feature-frozen): x.y.z~b1, x.y.z~b2, ...
- # 1.1.0 > 1.0.1 > 1.0.1~b1 > 1.0.1~a2 > 1.0.1~a1 > 1.0.0
- # 'alpha', 'beta', or 'stable'
- addon_version_type="stable"
- addon_name="Zombie Navigator"
- addon_author="Zombie Navigator Developers"
- addon_description="Automate any web workflow simply with Firefox! It's kind of SlimerJS as a Firefox addon. Lightweight and unintrusive!"
- addon_multiprocess=1
- # vim: ts=4 noet ai ft=sh
|