You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

33 lines
989 B

  1. {
  2. "$schema": "https://raw.githubusercontent.com/beat-saber-modding-group/BSIPA-MetadataFileSchema/master/Schema.json",
  3. "author": "DaNike",
  4. "description": [
  5. "#![IPA.Loader.description.md]",
  6. "A mod loader specifically for Beat Saber."
  7. ],
  8. "gameVersion": "1.16.1",
  9. "id": "BSIPA",
  10. "name": "Beat Saber IPA",
  11. "version": "4.2.0",
  12. "icon": "IPA.icon_white.png",
  13. "features": {
  14. "IPA.DefineFeature": {
  15. "type": "IPA.Loader.Features.ConfigProviderFeature",
  16. "name": "IPA.ConfigProvider"
  17. }
  18. },
  19. "links": {
  20. "project-home": "https://bsmg.github.io/BeatSaber-IPA-Reloaded/index.html",
  21. "project-source": "https://github.com/bsmg/BeatSaber-IPA-Reloaded",
  22. "donate": "https://ko-fi.com/danike"
  23. },
  24. "files": [
  25. "IPA.exe",
  26. "winhttp.dll",
  27. "Libs/0Harmony.dll",
  28. "Libs/Ionic.Zip.dll",
  29. "Libs/Newtonsoft.Json.dll",
  30. "Libs/Mono.Cecil.dll",
  31. "Libs/SemVer.dll",
  32. "Libs/Hive.Versioning.dll"
  33. ]
  34. }