51 lines
1.5 kB
1
{
2
"$schema": "https://moonlight-mod.github.io/manifest.schema.json",
3
"id": "moonbase",
4
"apiLevel": 2,
5
"meta": {
6
"name": "Moonbase",
7
"tagline": "The official settings UI for moonlight",
8
"authors": ["Cynosphere", "NotNite", "redstonekasi"]
9
},
10
"dependencies": ["spacepack", "settings", "common", "notices", "contextMenu"],
11
"settings": {
12
"sections": {
13
"advice": "reload",
14
"displayName": "Split into sections",
15
"description": "Show the Moonbase tabs as separate sections",
16
"type": "boolean",
17
"default": false
18
},
19
"oldLocation": {
20
"advice": "reload",
21
"displayName": "Put Moonbase back at the bottom",
22
"type": "boolean",
23
"default": false
24
},
25
"saveFilter": {
26
"advice": "none",
27
"displayName": "Persist filter",
28
"description": "Save extension filter in config",
29
"type": "boolean",
30
"default": false
31
},
32
"updateChecking": {
33
"advice": "none",
34
"displayName": "Automatic update checking",
35
"description": "Checks for updates to moonlight",
36
"type": "boolean",
37
"default": true
38
},
39
"updateBanner": {
40
"advice": "none",
41
"displayName": "Show update banner",
42
"description": "Shows a banner for moonlight and extension updates",
43
"type": "boolean",
44
"default": true
45
}
46
},
47
"cors": [
48
"https://github.com/moonlight-mod/moonlight/releases/download/",
49
"https://objects.githubusercontent.com/github-production-release-asset-"
50
]
51
}
52