manifest.json 425 B

1234567891011121314151617
  1. {
  2. "$schema": "https://raw.githubusercontent.com/beat-saber-modding-group/BSIPA-MetadataFileSchema/master/Schema.json",
  3. "author": "Halsafar",
  4. "description": "Adds sort and filter features to the level selection UI.",
  5. "gameVersion": "1.1.0",
  6. "id": "SongBrowser",
  7. "name": "Song Browser",
  8. "version": "5.2.3",
  9. "dependsOn": {
  10. },
  11. "features": [
  12. "print",
  13. "debug",
  14. "warn",
  15. "config-provider"
  16. ]
  17. }