manifest.json 475 B

12345678910111213141516
  1. {
  2. "$schema": "https://raw.githubusercontent.com/bsmg/BSIPA-MetadataFileSchema/master/Schema.json",
  3. "author": "Coder",
  4. "description": "A plugin for provide YUR status via HTTP in Beat Saber.",
  5. "gameVersion": "1.12.2",
  6. "id": "BsYurHttpStatus",
  7. "name": "BsYurHttpStatus",
  8. "version": "1.0.0",
  9. "dependsOn": {
  10. "BSIPA": "^4.1.3",
  11. "YUR Fit Calorie Tracker": "^2.6.0"
  12. },
  13. "links": {
  14. "project-source": "https://topcl.net/gogs/coder/BeatWidget"
  15. }
  16. }