-
Notifications
You must be signed in to change notification settings - Fork 0
/
.webmanifest
54 lines (54 loc) · 1.26 KB
/
.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
{
"short_name": "C.D.E.",
"name": "Code.Develop.Engineer.",
"icons": [
{
"src": "/images/Code-Develop-Engineer-ICON.192x192.png",
"type": "image/png",
"sizes": "192x192"
},
{
"src": "/images/Code-Develop-Engineer-ICON.512x512.png",
"type": "image/png",
"sizes": "512x512"
}
],
"start_url": "/?source=pwa",
"background_color": "#243B4A",
"display": "minimal-ui",
"scope": "/",
"theme_color": "#1CEDCA",
"shortcuts": [
{
"name": "C.D.E. Blog Articles",
"short_name": "Blog",
"description": "A curated selection of recent articles about web technologies & web application development",
"url": "/blog?source=pwa",
"icons": [
{
"src": "/images/Code-Develop-Engineer-ICON.192x192.png",
"type": "image/png",
"sizes": "192x192"
},
{
"src": "/images/Code-Develop-Engineer-ICON.512x512.png",
"type": "image/png",
"sizes": "512x512"
}
]
}
],
"description": "Web technologies and web application development articles & tutorials",
"screenshots": [
{
"src": "/images/Code-Develop-Engineer-PWA-Feature.720x540.png",
"type": "image/png",
"sizes": "540x720"
},
{
"src": "/images/Code_Develop_Engineer_Header.720x540.jpg",
"type": "image/jpg",
"sizes": "540x720"
}
]
}