Custom app manifests for Scoop.
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

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.10.0",
  5. "license": "MIT",
  6. "url": "https://github.com/Splode/pomotroid/releases/download/v0.10.0/pomotroid-0.10.0-portable.exe",
  7. "hash": "sha256:18AF5BB9E6FAB934D30330409049735A418C8279D69D389653612AD4E2F48A49",
  8. "bin": [
  9. [
  10. "pomotroid-0.10.0-portable.exe",
  11. "pomotroid"
  12. ]
  13. ],
  14. "shortcuts": [
  15. [
  16. "pomotroid-0.10.0-portable.exe",
  17. "Pomotroid"
  18. ]
  19. ],
  20. "checkver": {
  21. "github": "https://github.com/splode/pomotroid"
  22. }
  23. }