-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrepo.json
26 lines (26 loc) · 1.06 KB
/
repo.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
[
{
"Author": "Walter Stager",
"Name": "Roulette Data Collector",
"InternalName": "RouletteDataCollector",
"AssemblyVersion": "0.3.1.0",
"Description": "Collects data on duty roulettes.\nData goes to a local database.",
"ApplicableVersion": "any",
"Tags": [
"data",
"mentor",
"roulette"
],
"DalamudApiLevel": 9,
"LoadRequiredState": 0,
"LoadSync": false,
"CanUnloadAsync": false,
"LoadPriority": 0,
"Punchline": "Collects data on duty roulettes",
"AcceptsFeedback": true,
"RepoUrl": "https://github.com/WalterStager/RouletteDataCollector",
"DownloadLinkInstall": "https://github.com/WalterStager/RouletteDataCollector/releases/latest/download/latest.zip",
"DownloadLinkTesting": "https://github.com/WalterStager/RouletteDataCollector/releases/latest/download/latest.zip",
"DownloadLinkUpdate": "https://github.com/WalterStager/RouletteDataCollector/releases/latest/download/latest.zip"
}
]