manifest.json 501 B

123456789101112131415161718
  1. {
  2. "$schema": "https://raw.githubusercontent.com/bsmg/BSIPA-MetadataFileSchema/master/Schema.json",
  3. "author": "Halsafar",
  4. "description": "Adds sort and filter features to the level selection UI.",
  5. "gameVersion": "1.13.2",
  6. "id": "SongBrowser",
  7. "name": "Song Browser",
  8. "version": "6.1.4",
  9. "dependsOn": {
  10. "SongCore": "^3.0.0",
  11. "SongDataCore": "^1.3.5",
  12. "BSIPA": "^4.1.3",
  13. "BeatSaberMarkupLanguage": "^1.4.5"
  14. },
  15. "misc": {
  16. "plugin-hint": "SongBrowser.Plugin"
  17. }
  18. }