-
Notifications
You must be signed in to change notification settings - Fork 3
/
repo.json
22 lines (22 loc) · 848 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
[
{
"Author": "Ramen",
"Name": "Meddle",
"InternalName": "Meddle.Plugin",
"Description": "Did I mention I'm a model? Export models to glTF format.",
"AssemblyVersion": "0.1.22",
"TestingAssemblyVersion": "0.1.22",
"RepoUrl": "https://github.com/PassiveModding/Meddle",
"IconUrl": "https://github.com/PassiveModding/Meddle/raw/main/icon.png",
"ApplicableVersion": "any",
"DalamudApiLevel": 11,
"TestingDalamudApiLevel": 11,
"Tags": [
"Xande",
"Models"
],
"DownloadLinkInstall": "https://github.com/PassiveModding/Meddle/releases/download/v0.1.22/latest.zip",
"DownloadLinkTesting": "https://github.com/PassiveModding/Meddle/releases/download/v0.1.22/latest.zip",
"DownloadLinkUpdate": "https://github.com/PassiveModding/Meddle/releases/download/v0.1.22/latest.zip"
}
]