-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmanifest.webmanifest
65 lines (65 loc) · 1.43 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
61
62
63
64
65
{
"name": "Christopher Voltl Personal Portfolio",
"short_name": "Christopher Voltl",
"description": "Christopher Voltl - A Programming Enthusiast eager to learn new skills and contribute through hard work, innovative ideas, and great skills.",
"categories": [
"personalization",
"education"
],
"screenshots": [
{
"src": "screenshots/screenshot.gif",
"type": "image/gif",
"sizes": "1472x958",
"label": "Christopher Voltl Personal Portfolio"
}
],
"icons": [
{
"src": "assets/images/Profile-pic-144x144.png",
"sizes": "144x144",
"type": "image/png",
"purpose": "any"
},
{
"src": "assets/images/Profile-pic-192x192.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "maskable"
},
{
"src": "assets/images/Profile-pic-384x384.png",
"sizes": "384x384",
"type": "image/png",
"purpose": "maskable"
},
{
"src": "assets/images/Profile-pic-512x512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "maskable"
}
],
"shortcuts": [
{
"name": "404 Page",
"short_name": "404",
"description": "Page Not Found",
"url": "/404",
"icons": [
{
"src": "/assets/images/Profile-pic-192x192.png",
"sizes": "192x192"
}
]
}
],
"start_url": "/",
"id": "/",
"scope": "/",
"display": "standalone",
"orientation": "portrait",
"background_color": "#242a35",
"theme_color": "#242a35",
"iarc_rating_id": "e84b072d-71b3-4d3e-86ae-31a8ce4e53b7"
}