XR for Universal Blue and Fedora Atomic Desktops
vr fedora-atomic linux
3
fork

Configure Feed

Select the types of activity you want to include in your feed.

feat: add LÖVR Playspace plugin manifest

Signed-off-by: @matrixfurry.com <did:plc:zmjoeu3stwcn44647rhxa44o>

+14
+14
data/envision-plugins/manifest/lovr-playspace.json
··· 1 + { 2 + "appid": "com.matrixfurry.atomicxr.lovr-playspace", 3 + "name": "LÖVR Playspace", 4 + "author": "Babble Bones et al.", 5 + "hompage_url": "https://github.com/SpookySkeletons/lovr-playspace", 6 + "screenshots": [ 7 + "https://github.com/SpookySkeletons/lovr-playspace/raw/main/assets/preview.png" 8 + ], 9 + "description": "Room boundary overlay for OpenXR, made with LÖVR.", 10 + "short_description": "Room boundary overlay for OpenXR", 11 + "exec_path": "/home/linuxbrew/.linuxbrew/bin/lovr-playspace", 12 + "args": [], 13 + "plugin_type": "Executable" 14 + }