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.

w10wheel.net.json 603B

12345678910111213141516171819202122
  1. {
  2. "homepage": "https://github.com/ykon/w10wheel.net",
  3. "description": "W10Wheel.NET is the Mouse Wheel Simulator for Windows 10. It is a port of github.com/ykon/w10wheel from Java to .NET Framework.",
  4. "version": "2.7.3",
  5. "license": "MIT",
  6. "url": "https://github.com/ykon/w10wheel.net/releases/download/v2.7.3/W10Wheel.NET-2.7.3.zip",
  7. "hash": "sha256:DAF8A2624267D257592AB9A124E674E68F5727ACFBDDEDF4A0884981C08556F9",
  8. "extract_dir": "W10Wheel.NET-2.7.3",
  9. "bin": [
  10. [
  11. "W10Wheel.exe",
  12. "W10Wheel"
  13. ]
  14. ],
  15. "shortcuts": [
  16. [
  17. "W10Wheel.exe",
  18. "W10Wheel"
  19. ]
  20. ],
  21. "checkver": "github"
  22. }