-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathrepository.json
More file actions
46 lines (43 loc) · 1.31 KB
/
Copy pathrepository.json
File metadata and controls
46 lines (43 loc) · 1.31 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
{
"name": "Pink Switch Package Repository",
"packages": [
{
"name": "Majora's Mask Randomizer Map Tracker",
"game_name": "Majora's Mask Randomizer",
"author": "Rikkukun, Pink Switch, and epicYoshi",
"version": "5.1.1",
"uid": "mmrando_pink",
"link": "https://github.com/PinkSwitch/Majora-s-Mask-Randomizer-Map-Tracker/blob/master/mmrando_pink.zip?raw=true",
"variants": [
{
"name": "Map Tracker",
"flags": [
"map",
"pins",
"chathud"
]
},
{
"name": "Standard",
"flags": [
"chathud"
]
},
{
"name": "Minimal",
"flags": [
"chathud"
]
},
{
"name": "Accessible Settings",
"flags": [
"map",
"pins",
"chathud"
]
}
]
}
]
}