beatsaber-scoretracker/Mod/manifest.json
Liam 2f24c529e0
Some checks failed
Release Mod / Build (push) Failing after 21s
oopsie
2024-08-07 05:30:00 +01:00

15 lines
499 B
JSON

{
"$schema": "https://raw.githubusercontent.com/nike4613/ModSaber-MetadataFileSchema/master/Schema.json",
"id": "ScoreTracker",
"name": "ScoreTracker",
"author": "fascinated7",
"version": "0.0.1",
"description": "Uploads your scores to ScoreTracker to show or use the data elsewhere",
"gameVersion": "1.21.0",
"dependsOn": {
"BSIPA": "^4.2.2",
"BS Utils": "^1.12.0",
"SiraUtil": "^3.1.0"
},
"loadAfter": [ "BS Utils", "SiraUtil" ]
}