forked from aframevr/a-painter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
manifest.webmanifest
60 lines (60 loc) · 1.29 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
54
55
56
57
58
59
60
{
"lang": "en",
"dir": "ltr",
"name": "A-Painter",
"short_name": "A-Painter",
"description": "Paint in VR in your browser. Powered by A-Frame.",
"start_url": "./?src=manifest",
"scope": "./",
"display": "fullscreen",
"theme_color": "#0a0a0a",
"background_color": "#030404",
"icons": [
{
"src": "img/icon-512.png",
"sizes": "512x512",
"type": "image/png"
},
{
"src": "img/icon-256.png",
"sizes": "256x256",
"type": "image/png"
},
{
"src": "img/icon-128.png",
"sizes": "128x128",
"type": "image/png"
},
{
"src": "img/icon-64.png",
"sizes": "64x64",
"type": "image/png"
},
{
"src": "img/icon-32.png",
"sizes": "32x32",
"type": "image/png"
},
{
"src": "favicon.ico",
"sizes": "16x16 32x32 48x48 64x64 256x256 512x512",
"type": "image/x-icon"
}
],
"about_url": "https://blog.mozvr.com/a-painter/",
"vr_display_required": false,
"vr_default_display": "HTC Vive",
"vr_available_displays": [
"HTC Vive",
"Oculus Rift",
"Google Daydream",
"Samsung Gear VR",
"Google Cardboard"
],
"vr_gamepad_required": true,
"vr_default_gamepad": "HTC Vive",
"vr_supported_gamepads": [
"HTC Vive",
"Oculus Touch"
]
}