generated from goatcorp/SamplePlugin
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathrepo.json
23 lines (23 loc) · 1.01 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
[
{
"Author": "Rül Hölos",
"Name": "Bartender",
"InternalName": "Bartender",
"Punchline": "Save and load hotbars into profiles, re-use them later, profit.",
"Description": "Save and load hotbar profiles with chat commands and/or macros. Allows for automation too!",
"AssemblyVersion": "1.1.5.0",
"TestingAssemblyVersion": "1.1.5.0",
"RepoUrl": "https://github.com/RulHolos/Bartender",
"ApplicableVersion": "any",
"DalamudApiLevel": 11,
"Tags": [
"hotbar",
"ui",
"menu"
],
"IconUrl": "https://raw.githubusercontent.com/RulHolos/Bartender/master/images/icon.png",
"DownloadLinkInstall": "https://github.com/RulHolos/Bartender/releases/download/v3.0.0/latest.zip",
"DownloadLinkTesting": "https://github.com/RulHolos/Bartender/releases/download/v3.0.0/latest.zip",
"DownloadLinkUpdate": "https://github.com/RulHolos/Bartender/releases/download/v3.0.0/latest.zip"
}
]