version_info 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. # -*- mode: sh; coding: utf-8; tab-width: 4 -*-
  2. # vim: ts=4 noet ai ft=sh
  3. # ScrollMeter -- Measure how far you scrolled today
  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="scrollmeter"
  20. # Canonical version of the addon (may be converted into different formats on build)
  21. addon_version="0.1.0a1"
  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="alpha"
  27. addon_name="ScrollMeter"
  28. addon_author="Desktopd Project"
  29. addon_license_id='GPL-3.0+'
  30. addon_description="Measure how far you scrolled today"
  31. addon_website_uri="https://notabug.org/desktopd/scrollmeter"
  32. addon_src_dir=src
  33. addon_main_path=main.js
  34. # We use separate ephemeral counters for PB mode
  35. addon_support_private_browsing=1