Files
QuestAppLauncher/examples/http_manifest.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

15 lines
322 B
JSON

{
"files": [
{
"name": "iconpack_school.zip",
"url": "https://yourserver.com/quest/iconpack_school.zip",
"updatedAt": "2025-01-01T00:00:00Z"
},
{
"name": "appnames.json",
"url": "https://yourserver.com/quest/appnames.json",
"updatedAt": "2025-01-01T00:00:00Z"
}
]
}