-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmanifest.json
More file actions
65 lines (65 loc) · 2.64 KB
/
manifest.json
File metadata and controls
65 lines (65 loc) · 2.64 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
{
"manifest_version": 7,
"games": {
"ASBR": [
{
"name": "CPK Mod Loader",
"guid": "CPKModLoader",
"author": "Kapilarny",
"version": "1.0.0",
"description": "Allows for the loadage of .cpk mods!",
"url": "https://github.com/JoJosBizarreModdingCommunity/JAPI_PluginRepository/raw/refs/heads/main/plugins/CPKModLoader.dll",
"source_url": "https://github.com/Kapilarny/JAPI/",
"lazy_load": false,
"dependencies": []
},
{
"name": "Free Camera",
"guid": "FreeCam",
"author": "Kapilarny & Kojo Bailey",
"version": "1.0.0",
"description": "Frees the camera!",
"url": "https://github.com/JoJosBizarreModdingCommunity/JAPI_PluginRepository/raw/refs/heads/main/plugins/FreeCam.dll",
"source_url": "https://github.com/JoJosBizarreModdingCommunity/ASBR_FreeCam",
"lazy_load": false,
"dependencies": []
},
{
"name": "Merging",
"guid": "Merging",
"author": "Kojo Bailey",
"version": "1.0.0",
"description": "Allows for easy merging of otherwise incompatible mods!",
"url": "https://github.com/JoJosBizarreModdingCommunity/JAPI_PluginRepository/raw/refs/heads/main/plugins/Merging.dll",
"source_url": "https://github.com/KojoBailey/JAPI-XFBIN-Merger/",
"lazy_load": false,
"dependencies": []
},
{
"name": "No Cursor Trapping",
"guid": "NoCursorTrap",
"author": "Kapilarny",
"version": "1.0.0",
"description": "Unbounds the cursor from the games window confinement!",
"url": "https://github.com/JoJosBizarreModdingCommunity/JAPI_PluginRepository/raw/refs/heads/main/plugins/NoCursorTrap.dll",
"source_url": "https://github.com/JoJosBizarreModdingCommunity/ASBR_NoCursorTrap",
"lazy_load": false,
"dependencies": []
},
{
"name": "Skip Intro",
"guid": "SkipIntro",
"author": "Kapilarny",
"version": "1.0.0",
"description": "Skips the intro screens!",
"url": "https://github.com/JoJosBizarreModdingCommunity/JAPI_PluginRepository/raw/refs/heads/main/plugins/SkipIntro.dll",
"source_url": "https://github.com/JoJosBizarreModdingCommunity/ASBR_SkipIntro",
"lazy_load": false,
"dependencies": []
}
]
},
"default_plugins": {
"ASBR": ["CPKModLoader", "Merging"]
}
}