version_info 646 B

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