-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathrepository.json
More file actions
68 lines (67 loc) · 2.24 KB
/
Copy pathrepository.json
File metadata and controls
68 lines (67 loc) · 2.24 KB
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"version": "1.0",
"repository": {
"name": "Mango-Go Plugins",
"url": "https://github.com/vrsandeep/mango-go-plugins",
"description": "Official plugin repository for mango-go"
},
"plugins": [
{
"id": "webtoons",
"name": "Webtoons",
"version": "1.0.1",
"description": "Download webtoons from webtoons.com",
"author": "Mango-Go Community",
"license": "MIT",
"api_version": "1.0",
"plugin_type": "downloader",
"download_url": "https://raw.githubusercontent.com/vrsandeep/mango-go-plugins/master/webtoons/",
"manifest_url": "https://raw.githubusercontent.com/vrsandeep/mango-go-plugins/master/webtoons/plugin.json",
"entry_point": "index.js",
"capabilities": {
"search": true,
"chapters": true,
"download": true
},
"updated_at": "2025-11-28T10:00:00Z"
},
{
"id": "mangadex",
"name": "MangaDex",
"version": "1.0.1",
"description": "Download manga from MangaDex (https://mangadex.org)",
"author": "Mango-Go Community",
"license": "MIT",
"api_version": "1.0",
"plugin_type": "downloader",
"download_url": "https://raw.githubusercontent.com/vrsandeep/mango-go-plugins/master/mangadex/",
"manifest_url": "https://raw.githubusercontent.com/vrsandeep/mango-go-plugins/master/mangadex/plugin.json",
"entry_point": "index.js",
"capabilities": {
"search": true,
"chapters": true,
"download": true
},
"updated_at": "2025-11-28T10:00:00Z"
},
{
"id": "weebcentral",
"name": "WeebCentral",
"version": "1.0.2",
"description": "Download manga from WeebCentral (https://weebcentral.com)",
"author": "Mango-Go Community",
"license": "MIT",
"api_version": "1.0",
"plugin_type": "downloader",
"download_url": "https://raw.githubusercontent.com/vrsandeep/mango-go-plugins/master/weebcentral/",
"manifest_url": "https://raw.githubusercontent.com/vrsandeep/mango-go-plugins/master/weebcentral/plugin.json",
"entry_point": "index.js",
"capabilities": {
"search": true,
"chapters": true,
"download": true
},
"updated_at": "2026-07-30T10:00:00Z"
}
]
}