version_info 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. # -*- mode: sh; coding: utf-8; tab-width: 4 -*-
  2. # vim: ts=4 noet ai ft=sh
  3. # Desktopd Rainbow Persona
  4. #
  5. # Copyright © 2016 Desktopd Project
  6. #
  7. # This program is free software: you can redistribute it and/or modify
  8. # it under the terms of the GNU General Public License as
  9. # published by the Free Software Foundation, either version 3 of the
  10. # License, or (at your option) any later version.
  11. #
  12. # This program is distributed in the hope that it will be useful,
  13. # but WITHOUT ANY WARRANTY; without even the implied warranty of
  14. # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  15. # GNU General Public License for more details.
  16. #
  17. # You should have received a copy of the GNU General Public License
  18. # along with this program. If not, see <http://www.gnu.org/licenses/>.
  19. addon_id="rainbow-persona"
  20. # Canonical version of the addon (may be converted into different formats on build)
  21. addon_version="0.1.0"
  22. # Alpha versions (may not be feature complete): x.y.z~a1, x.y.z~a2, ...
  23. # Beta versions (feature-frozen): x.y.z~b1, x.y.z~b2, ...
  24. # 1.1.0 > 1.0.1 > 1.0.1~b1 > 1.0.1~a2 > 1.0.1~a1 > 1.0.0
  25. # 'alpha', 'beta', or 'stable'
  26. addon_release_phase="stable"
  27. addon_name="Rainbow Persona"
  28. addon_author="Desktopd Project"
  29. addon_license_id='GPL-3.0+'
  30. addon_description="Colorful Firefox"
  31. addon_website_uri="https://notabug.org/desktopd/rainbow-persona"
  32. addon_src_dir=src
  33. addon_main_path=main.js
  34. addon_support_private_browsing=1
  35. #addon_fennec_version='>=38.0a1'