generated from goatcorp/SamplePlugin
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathrepo.json
25 lines (25 loc) · 825 Bytes
/
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
[
{
"Author": "Aly",
"Name": "AutoTimer",
"InternalName": "AutoTimer",
"AssemblyVersion": "1.0.0.3",
"Description": "Auto-Attack Timer Bar based on the Triggernometry trigger by aya liz.",
"ApplicableVersion": "any",
"Tags": [
"auto",
"attack",
"timer"
],
"DalamudApiLevel": 9,
"LoadRequiredState": 0,
"LoadSync": false,
"CanUnloadAsync": false,
"LoadPriority": 0,
"Punchline": "Auto-Attack Timer Bar.",
"AcceptsFeedback": true,
"DownloadLinkInstall": "https://github.com/s5bug/AutoTimer/releases/download/v1.0.0.3/latest.zip",
"DownloadLinkTesting": "https://github.com/s5bug/AutoTimer/releases/download/v1.0.0.3/latest.zip",
"DownloadLinkUpdate": "https://github.com/s5bug/AutoTimer/releases/download/v1.0.0.3/latest.zip"
}
]