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.

gpmdp.json 985B

123456789101112131415161718192021222324
  1. {
  2. "homepage": "https://www.googleplaymusicdesktopplayer.com/",
  3. "description": "A beautiful cross platform Desktop Player for Google Play Music",
  4. "version": "4.6.1",
  5. "license": "MIT",
  6. "url": "https://github.com/MarshallOfSound/Google-Play-Music-Desktop-Player-UNOFFICIAL-/releases/download/v4.6.1/GPMDP_3-4.6.1-full.nupkg#/dl.7z",
  7. "hash": "sha1:a3112a6ffa5d2c91ccebc48a45f607362efe0fc4",
  8. "extract_dir": "lib/net45",
  9. "shortcuts": [
  10. [
  11. "Google%20Play%20Music%20Desktop%20Player.exe",
  12. "Google Play Music Desktop Player (GPMDP)"
  13. ]
  14. ],
  15. "checkver": {
  16. "github": "https://github.com/MarshallOfSound/Google-Play-Music-Desktop-Player-UNOFFICIAL-"
  17. },
  18. "autoupdate": {
  19. "url": "https://github.com/MarshallOfSound/Google-Play-Music-Desktop-Player-UNOFFICIAL-/releases/download/v$version/GPMDP_3-$version-full.nupkg#/dl.7z",
  20. "hash": {
  21. "url": "$baseurl/RELEASES"
  22. }
  23. }
  24. }