-
Notifications
You must be signed in to change notification settings - Fork 0
/
manifest.webmanifest
53 lines (53 loc) · 1.11 KB
/
manifest.webmanifest
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"lang": "en",
"dir": "ltr",
"name": "Unity WebVR Game",
"short_name": "Unity WebVR",
"description": "WebVR Game exported from Unity.",
"start_url": "./?src=manifest",
"display": "standalone",
"background_color": "#111",
"theme_color": "#111",
"icons": [
{
"src": "vr.png",
"sizes": "200x200",
"type": "image/png"
},
{
"src": "favicon.ico",
"sizes": "16x16 32x32 48x48 64x64 256x256",
"type": "image/x-icon"
}
],
"screenshots": [
{
"src": "https://raw.githubusercontent.com/mozilla/unity-webvr-export/master/img/preview.gif",
"sizes": "640x360",
"type": "image/gif",
"purpose": "Animation of WebVR game exported from Unity"
}
],
"categories": [
"games",
"unity",
"webvr",
"unity-webvr"
],
"xr_available_platforms": [
{
"platform": "windows",
"browser": "firefox"
},
{
"platform": "windows",
"browser": "edge"
}
],
"xr_default_device": "htc_vive",
"xr_available_devices": [
"htc_vive",
"oculus_rift"
],
"unity_webvr_player_version": "1.3.0"
}