Delete local_apps.js

This commit is contained in:
Keb Helion 2020-02-13 13:10:01 -05:00 committed by GitHub
parent 166f64d487
commit 7f77ebbfdc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,20 +0,0 @@
var localApps = {
"applications": [
{
"name": "Doppelganger-Mirror",
"description": "Generate an double of your avatar that only you can see. \nThis allows you to examine your avatar and see how you move.\nThe doppelganger can be grabbed and positioned like you want.",
"jsfile": "../doppelganger-mirror/app-doppleganger.js",
"icon": "../doppelganger-mirror/doppleganger-i.svg",
"caption": "MIRROR",
"category": "FUNCTIONALITIES"
},
{
"name": "Spectator Camera v2.5",
"description": "Give you a video camera that can display its image on your monitor screen for video capture. It can capture from the camera or from the VR Headset. It can also take classic and spherical 360 snapshots (equirectangular format). Definitely a must.",
"jsfile": "../spectator-camera/spectatorCamera.js",
"icon": "../spectator-camera/spectator-i.svg",
"caption": "SPECTATOR",
"category": "FUNCTIONALITIES"
}
]
};