25 lines
659 B
1
{
2
"$schema": "https://moonlight-mod.github.io/manifest.schema.json",
3
"id": "experiments",
4
"apiLevel": 2,
5
"meta": {
6
"name": "Experiments",
7
"tagline": "Allows you to configure Discord's internal A/B testing features",
8
"authors": ["NotNite", "Cynosphere"],
9
"tags": ["dangerZone"]
10
},
11
"settings": {
12
"devtools": {
13
"advice": "reload",
14
"displayName": "Enable staff help menu (DevTools)",
15
"type": "boolean",
16
"default": false
17
},
18
"staffSettings": {
19
"advice": "reload",
20
"displayName": "Allow access to other staff settings elsewhere",
21
"type": "boolean",
22
"default": false
23
}
24
}
25
}
26