Custom app manifests for Scoop.
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

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.43",
  5. "license": "GPL-3.0-or-later",
  6. "url": "https://github.com/RamonUnch/AltDrag/releases/download/1.43/AltDrag1.43bin.zip",
  7. "hash": "sha256:7828F88B7CDC7BF05E78FDA15813B744D4489109309361136F60C3E008529EDB",
  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. }