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

19 lines
378 B
JSON

{
"hiddenApps": [
"com.example.blockedapp",
"com.oculus.socialplatform"
],
"appNames": {
"com.beatgames.beatsaber": {
"Name": "Beat Saber",
"Category": "Games"
},
"com.facebook.bigbox": {
"Name": "Browser",
"Category": "Apps"
}
},
"disableSettings": false,
"wallpaper": "https://yourserver.com/quest/background.jpg"
}