forked from maxfelker/maxfelker.com
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmanifest.json
More file actions
35 lines (35 loc) · 695 Bytes
/
Copy pathmanifest.json
File metadata and controls
35 lines (35 loc) · 695 Bytes
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
{
"short_name": "Max Felker",
"name": "Max Felker",
"icons": [
{
"src": "favicon.ico",
"sizes": "64x64 32x32 24x24 16x16",
"type": "image/x-icon"
},
{
"src": "max-steps.jpg",
"type": "image/jpeg",
"sizes": "192x192"
},
{
"src": "max-steps.jpg",
"type": "image/jpeg",
"sizes": "512x512"
},
{
"src":"/android-chrome-192x192.png",
"sizes":"192x192",
"type":"image/png"
},
{
"src":"/android-chrome-512x512.png",
"sizes":"512x512",
"type":"image/png"
}
],
"start_url": ".",
"display": "standalone",
"theme_color": "#000000",
"background_color": "#ffffff"
}