-
Notifications
You must be signed in to change notification settings - Fork 2
/
meta.json
38 lines (38 loc) · 1.15 KB
/
meta.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
27
28
29
30
31
32
33
34
35
36
37
38
{
"name": "XDM anime repo",
"info_url": "https://github.com/groenlid/XDM-anime-plugin-repo",
"plugins": {
"de.uranime.anime": [
{
"major_version": 0,
"minor_version": 3,
"name": "Anime",
"type": "MediaTypeManager",
"format": "zip",
"desc": "Anime",
"xdm_version": [
0,
5,
9
],
"download_url": "https://github.com/groenlid/XDM-anime-plugin-repo/archive/master.zip"
}
],
"de.uranime.uranime": [
{
"major_version": 0,
"minor_version": 5,
"name": "Uranime",
"type": "Provider",
"format": "zip",
"desc": "Anime info from http://urani.me.",
"xdm_version": [
0,
5,
9
],
"download_url": "https://github.com/groenlid/XDM-anime-plugin-repo/archive/master.zip"
}
]
}
}