Custom app manifests for Scoop.
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

pomotroid.json 669B

1234567891011121314151617181920212223
  1. {
  2. "homepage": "https://splode.github.io/pomotroid/",
  3. "description": "A simple and configurable Pomodoro timer. It provides a visually-pleasing and reliable way to track productivity using the Pomodoro Technique.",
  4. "version": "0.11.1",
  5. "license": "MIT",
  6. "url": "https://github.com/Splode/pomotroid/releases/download/v0.11.1/pomotroid-0.11.1-portable.exe",
  7. "hash": "sha256:8ABA4F402B1AFC4FDD9765692631FD47DE335AD24348BF51B6CC204364099BB0",
  8. "bin": [
  9. [
  10. "pomotroid-0.11.1-portable.exe",
  11. "pomotroid"
  12. ]
  13. ],
  14. "shortcuts": [
  15. [
  16. "pomotroid-0.11.1-portable.exe",
  17. "Pomotroid"
  18. ]
  19. ],
  20. "checkver": {
  21. "github": "https://github.com/splode/pomotroid"
  22. }
  23. }