Files
QuestAppLauncher/examples/config.json
oxmc7769 77799c1182
Some checks failed
Build / Build launcher (push) Has been cancelled
Move to JSON only, add examples
2026-03-18 09:30:23 -07:00

20 lines
357 B
JSON

{
"gridSize": {
"rows": 3,
"cols": 4
},
"sortMode": "az",
"show2D": true,
"autoCategory": "top",
"customCategory": "right",
"autoUpdate": true,
"background": "default",
"downloadRepos": [
{
"repoUri": "hooverhigh/QuestAppLauncher_Assets/releases/latest",
"type": "github"
}
],
"managedPolicyEndpoint": ""
}