-
Notifications
You must be signed in to change notification settings - Fork 0
/
manifest.json
44 lines (44 loc) · 905 Bytes
/
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
43
44
{
"name": "@poprunner88 portfolio",
"short_name": "@poprunner88",
"icons": [
{
"src": "/icons/48.png",
"type": "image/png",
"sizes": "48x48"
},
{
"src": "/icons/96.png",
"type": "image/png",
"sizes": "96x96"
},
{
"src": "/icons/144.png",
"type": "image/png",
"sizes": "144x144"
},
{
"src": "/icons/192.png",
"type": "image/png",
"sizes": "192x192"
},
{
"src": "/icons/256.png",
"type": "image/png",
"sizes": "256x256"
},
{
"src": "/icons/512.png",
"type": "image/png",
"sizes": "512x512"
}
],
"start_url": ".",
"display": "standalone",
"orientation": "portrait-primary",
"background_color": "#000",
"theme_color": "#181a27",
"description": "A simple Portfolio App, implementing a lot of PWA",
"dir": "ltr",
"lang": "en-US"
}