Files
pulse/mod.json
T
okvdai 90401c8567 Begin porting common functions to common file
For easier readability and expandability
2023-06-02 11:58:02 +02:00

42 lines
983 B
JSON

{
"Name": "ToneAPI.pulse",
"Description": "Displays Tone API kill data in the Stats tab.",
"Version": "2.0.0",
"LoadPriority": 1,
"ConVars": [
{
"Name": "ToneURL",
"DefaultValue": "https://tone.sleepycat.date/v2/client"
},
{
"Name": "VersionURL",
"DefaultValue": "https://raw.githubusercontent.com/ToneAPI/pulse/main/version.json"
},
{
"Name": "MajorVersion",
"DefaultValue": "2"
},
{
"Name": "MinorVersion",
"DefaultValue": "0"
},
{
"Name": "PatchVersion",
"DefaultValue": "0"
}
],
"Scripts": [
{
"Path":"pulse-common-func.gnut",
"RunOn":"UI"
},
{
"Path": "pulse.gnut",
"RunOn": "UI",
"UICallback": {
"After": "pulseInit"
}
}
]
}