-
Notifications
You must be signed in to change notification settings - Fork 0
/
manifest.webmanifest
47 lines (47 loc) · 988 Bytes
/
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
{
"name": "harelyshau.dev",
"short_name": "Harelyshau",
"description": "Progressive Web Application on OpenUI5",
"icons": [
{
"src": "resource/image/favicon/icon-192.png",
"type": "image/png",
"sizes": "192x192"
},
{
"src": "resource/image/favicon/icon-512.png",
"type": "image/png",
"sizes": "512x512"
},
{
"src": "resource/image/favicon/apple-touch-icon.png",
"type": "image/png",
"sizes": "180x180",
"purpose": "any maskable"
}
],
"screenshots": [
{
"src": "resource/image/ScreenshotWide.jpg",
"type": "image/jpeg",
"sizes": "3024x1712",
"form_factor": "wide"
},
{
"src": "resource/image/ScreenshotNarrow.jpg",
"type": "image/jpeg",
"sizes": "708x726",
"form_factor": "narrow"
}
],
"start_url": "/",
"display": "standalone",
"theme_color": "#fff",
"background_color": "#191414",
"related_applications": [
{
"platform": "webapp",
"url": "https://harelyshau.dev/manifest.webmanifest"
}
]
}