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

altsnap.json 765B

12345678910111213141516171819202122
  1. {
  2. "homepage": "https://github.com/RamonUnch/AltSnap",
  3. "description": "Fork of Stefan Sundin's AltDrag. It allows you to move and resize windows by using the Alt key (configurable) 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.52",
  5. "license": "GPL-3.0-or-later",
  6. "url": "https://github.com/RamonUnch/AltSnap/releases/download/1.52/AltSnap1.52bin_x64.zip",
  7. "hash": "sha256:E90C3831B38AE9AB877019C25557B8231B674792B6A5CED0A05B07D69224F8CB",
  8. "persist": "AltSnap.ini",
  9. "shortcuts": [
  10. [
  11. "AltSnap.exe",
  12. "AltSnap"
  13. ]
  14. ],
  15. "bin": [
  16. [
  17. "AltSnap.exe",
  18. "altsnap"
  19. ]
  20. ],
  21. "checkver": "github"
  22. }