Custom app manifests for Scoop.
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

multiscreenblank.json 1.0KB

12345678910111213141516171819202122232425262728
  1. {
  2. "homepage": "http://multiscreenblank.nookkin.com/",
  3. "description": "Improve focus by blanking out unused screens. Dim screens to reduce eyestrain. Group screens together for one-touch operations affecting all screens in a group. Recover off-screen programs without turning on the physical display or stream parts of a screen to another. Cover parts of a screen to temporarily hide sensitive information or reduce OLED burn-in.",
  4. "version": "2.10.1",
  5. "license": "Freeware",
  6. "url": "https://git.ashtonc.ca/ashton/scoop-bucket/raw/branch/master/files/multiscreenblank_2.8.0.zip",
  7. "hash": "sha256:08408F0807D6BC76BDE24540C2F47FD83A03BEB26E13EDACA6DB2F92CC764770",
  8. "extract_dir": "MultiscreenBlank2",
  9. "bin": [
  10. [
  11. "MultiscreenBlank2.exe",
  12. "multiscreenblank"
  13. ]
  14. ],
  15. "shortcuts": [
  16. [
  17. "MultiscreenBlank2.exe",
  18. "Multiscreen Blank"
  19. ]
  20. ],
  21. "persist": [
  22. "MultiscreenBlank2.ini"
  23. ],
  24. "checkver": {
  25. "url": "http://dl.nookkin.com/products/multiscreenblank/latest/",
  26. "regex": "multiscreenblank_([\\d\\.]+)\\.zip"
  27. }
  28. }