-
Notifications
You must be signed in to change notification settings - Fork 0
/
manifest.json
42 lines (42 loc) · 1.07 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
41
42
{
"icons": [
{
"src": "images/icons/icon_512x512.ae4425ae9a4fb519a520216b348b7f55.png",
"sizes": "512x512",
"type": "image/png"
},
{
"src": "images/icons/icon_384x384.6cb9b94f34a99d193fa6f0652bad59d1.png",
"sizes": "384x384",
"type": "image/png"
},
{
"src": "images/icons/icon_256x256.0b8f0ba4a9151b119d6b5d36f78b71fe.png",
"sizes": "256x256",
"type": "image/png"
},
{
"src": "images/icons/icon_192x192.185a4642a5a6988aef34eece64d39819.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "images/icons/icon_128x128.32c7b6f054253348cd19aa9c08d06d1d.png",
"sizes": "128x128",
"type": "image/png"
},
{
"src": "images/icons/icon_96x96.5b716d4f2d701fdd89f8e24f5498444e.png",
"sizes": "96x96",
"type": "image/png"
}
],
"name": "Brandon Barker Resume",
"short_name": "BB Resume",
"orientation": "portrait",
"display": "browser",
"start_url": "/",
"theme_color": "#2196f3",
"background_color": "#008eff",
"scope": "/"
}