forked from UmedMuzl/dk64pt
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmanifest.json
More file actions
30 lines (30 loc) · 708 Bytes
/
manifest.json
File metadata and controls
30 lines (30 loc) · 708 Bytes
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
{
"name": "Donkey Kong 64 Poptracker",
"game_name": "Donkey Kong 64 Randomizer",
"package_version": "0.7.0",
"package_uid": "dk64_pt",
"author": "Umed",
"min_poptracker_version": "0.25.9",
"target_poptracker_version": "0.28.0",
"variants": {
"standard": {
"display_name": "Map Tracker (Vertical)",
"flags": [
"ap"
]
},
"var_horizontal": {
"display_name": "Map Tracker (Horizontal)",
"flags": [
"ap"
]
},
"var_icons":{
"display_name": "Map Tracker (Alt Icons)",
"flags": [
"ap"
]
}
},
"versions_url": "https://raw.githubusercontent.com/UmedMuzl/dk64pt/refs/heads/main/versions.json"
}