manifest.json 397 B

1234567891011121314151617181920
  1. {
  2. "author": "Halsafar",
  3. "description": "Adds sort and filter features to the level selection UI.",
  4. "gameVersion": "1.11.0",
  5. "id": "SongBrowser",
  6. "name": "Song Browser",
  7. "version": "6.0.7",
  8. "dependsOn": {
  9. "SongCore": "^2.9.10",
  10. "SongDataCore": "^1.3.4"
  11. },
  12. "features": [
  13. "print",
  14. "debug",
  15. "warn"
  16. ],
  17. "misc": {
  18. "plugin-hint": "SongBrowser.Plugin"
  19. }
  20. }