forked from lad1337/xdm-anime-plugin-repo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
meta.json
40 lines (40 loc) · 1.18 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
39
40
{
"name": "XDM anime repo",
"info_url": "https://github.com/lad1337/xdm-anime-plugin-repo",
"plugins": {
"de.uranime.anime": [
{
"major_version": 0,
"minor_version": 3,
"name": "Anime",
"type": "MediaTypeManager",
"format": "github",
"desc": "Anime",
"branch": "master",
"xdm_version": [
0,
5,
9
],
"download_url": "https://github.com/lad1337/xdm-anime-plugin-repo"
}
],
"de.uranime.uranime": [
{
"major_version": 0,
"minor_version": 3,
"name": "Uranime",
"type": "Provider",
"format": "github",
"desc": "Anime info from http://urani.me.",
"branch": "master",
"xdm_version": [
0,
5,
9
],
"download_url": "https://github.com/lad1337/xdm-anime-plugin-repo"
}
]
}
}