manifest.json 465 B

123456789101112131415
  1. {
  2. "$schema": "https://raw.githubusercontent.com/bsmg/BSIPA-MetadataFileSchema/master/Schema.json",
  3. "author": "Coder",
  4. "description": "A plugin for turn cut note and miss SFX Volume to maximize in Beat Saber. No config UI.",
  5. "gameVersion": "1.12.2",
  6. "id": "MaximizeSFX",
  7. "name": "MaximizeSFX",
  8. "version": "1.0.0",
  9. "dependsOn": {
  10. "BSIPA": "^4.1.3"
  11. },
  12. "links": {
  13. "project-source": "https://topcl.net/gogs/coder/BeatSaberTweakers"
  14. }
  15. }