Custom app manifests for Scoop.
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

altdrag.json 748B

12345678910111213141516171819202122
  1. {
  2. "homepage": "https://github.com/RamonUnch/AltDrag",
  3. "description": "Fork from Stefan Sundin's AltDrag. It allows you to move and resize windows by using the Alt key and clicking wherever on the window instead of relying on very precise clicking. This fork tries to keep a version up to date with minimal amount of bugs while keeping it feature-rich.",
  4. "version": "1.46",
  5. "license": "GPL-3.0-or-later",
  6. "url": "https://github.com/RamonUnch/AltDrag/releases/download/1.46/AltDrag1.46bin.zip",
  7. "hash": "sha256:1AA035F565B4A253B71B96C157DEDA46AA54051911164E44F2BDCF3F6A6019C0",
  8. "persist": "AltDrag.ini",
  9. "shortcuts": [
  10. [
  11. "AltDrag.exe",
  12. "AltDrag"
  13. ]
  14. ],
  15. "bin": [
  16. [
  17. "AltDrag.exe",
  18. "altdrag"
  19. ]
  20. ],
  21. "checkver": "github"
  22. }