-
Notifications
You must be signed in to change notification settings - Fork 0
/
manifest.json
40 lines (40 loc) · 1 KB
/
manifest.json
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
{
"lang": "en-us",
"name": "Hatsune Miku and VOCALOID: The History Behind the DIVA",
"short_name": "The History Behind the DIVA",
"description": "A complete history and impact site about Hatsune Miku and VOCALOID, written by Jack Shorenstein of Studio 39!",
"start_url": "/",
"background_color": "#2f3d58",
"theme_color": "#2f3d58",
"orientation": "any",
"display": "standalone",
"icons": [
{
"src": "/icon512.png",
"sizes": "512x512"
}
],
"screenshots": [
{
"src": "pictures/Miku_Screenshot_1.png",
"sizes": "3434x1786",
"type": "image/png",
"form_factor": "wide",
"label": "Screenshot 1"
},
{
"src": "pictures/Miku_Screenshot_2.png",
"sizes": "3436x1776",
"type": "image/png",
"form_factor": "wide",
"label": "Screenshot 2"
},
{
"src": "pictures/Miku_Screenshot_3.png",
"sizes": "3430x1776",
"type": "image/png",
"form_factor": "wide",
"label": "Screenshot 3"
}
]
}