-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathplugins.json
More file actions
106 lines (106 loc) · 3.82 KB
/
Copy pathplugins.json
File metadata and controls
106 lines (106 loc) · 3.82 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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
[
{
"name": "aniyomiAndroid",
"versionCode": 8,
"versionName": "1.0.8",
"description": "A plugin that allows you to run Aniyomi extensions on android",
"author": "aayush262",
"createdAt": 1785005513463,
"platform": "android",
"type": "apk",
"fileName": "aniyomiAndroid-plugin.apk",
"fileSize": 11675377,
"downloadUrl": "https://github.com/aayush2622/DartotsuExtensionBridge/releases/download/latest/aniyomiAndroid-plugin.apk"
},
{
"name": "aniyomiDesktop",
"versionCode": 8,
"versionName": "1.0.8",
"description": "A plugin that allows you to run Aniyomi extensions on desktop using a custom runtime manager.",
"author": "aayush262",
"createdAt": 1785005511545,
"platform": "desktop",
"type": "jar",
"fileName": "aniyomiDesktop-plugin.jar",
"fileSize": 62811588,
"downloadUrl": "https://github.com/aayush2622/DartotsuExtensionBridge/releases/download/latest/aniyomiDesktop-plugin.jar"
},
{
"name": "cloudStreamAndroid",
"versionCode": 6,
"versionName": "1.0.6",
"description": "A plugin that allows you to run cloudstream extensions on android",
"author": "aayush262/Ryan",
"createdAt": 1785005544055,
"platform": "android",
"type": "apk",
"fileName": "cloudStreamAndroid-plugin.apk",
"fileSize": 10658817,
"downloadUrl": "https://github.com/aayush2622/DartotsuExtensionBridge/releases/download/latest/cloudStreamAndroid-plugin.apk"
},
{
"name": "cloudStreamDesktop",
"versionCode": 5,
"versionName": "1.0.5",
"description": "A plugin that allows you to run cloudstream extensions on desktop",
"author": "aayush262/Ryan",
"createdAt": 1785005527131,
"platform": "desktop",
"type": "jar",
"fileName": "cloudStreamDesktop-plugin.jar",
"fileSize": 73920129,
"downloadUrl": "https://github.com/aayush2622/DartotsuExtensionBridge/releases/download/latest/cloudStreamDesktop-plugin.jar"
},
{
"name": "ireaderAndroid",
"versionCode": 7,
"versionName": "1.0.7",
"description": "A plugin that allows you to run ireader extensions on android",
"author": "aayush262",
"createdAt": 1785005543648,
"platform": "android",
"type": "apk",
"fileName": "ireaderAndroid-plugin.apk",
"fileSize": 8093212,
"downloadUrl": "https://github.com/aayush2622/DartotsuExtensionBridge/releases/download/latest/ireaderAndroid-plugin.apk"
},
{
"name": "ireaderDesktop",
"versionCode": 6,
"versionName": "1.0.6",
"description": "A plugin that allows you to run ireader extensions on desktop",
"author": "aayush262",
"createdAt": 1785005542202,
"platform": "desktop",
"type": "jar",
"fileName": "ireaderDesktop-plugin.jar",
"fileSize": 69709331,
"downloadUrl": "https://github.com/aayush2622/DartotsuExtensionBridge/releases/download/latest/ireaderDesktop-plugin.jar"
},
{
"name": "tsundokuAndroid",
"versionCode": 7,
"versionName": "1.0.7",
"description": "A plugin that allows you to run Tsundoku extensions on android",
"author": "aayush262",
"createdAt": 1785005554330,
"platform": "android",
"type": "apk",
"fileName": "tsundokuAndroid-plugin.apk",
"fileSize": 11708145,
"downloadUrl": "https://github.com/aayush2622/DartotsuExtensionBridge/releases/download/latest/tsundokuAndroid-plugin.apk"
},
{
"name": "tsundokuDesktop",
"versionCode": 7,
"versionName": "1.0.7",
"description": "A plugin that allows you to run Tsundoku extensions on desktop using a custom runtime manager.",
"author": "aayush262",
"createdAt": 1785005554286,
"platform": "desktop",
"type": "jar",
"fileName": "tsundokuDesktop-plugin.jar",
"fileSize": 62942842,
"downloadUrl": "https://github.com/aayush2622/DartotsuExtensionBridge/releases/download/latest/tsundokuDesktop-plugin.jar"
}
]