-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmanifest.webmanifest
46 lines (45 loc) · 1.12 KB
/
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
{
"name": "GamifyDev",
"short_name": "GDev",
"description": "Learn web development in a fun and interactive way.",
"start_url": "/index.html?version=1.0",
"display": "standalone",
"background_color": "#ffffff",
"theme_color": "#757195",
"orintation": "protrait-primary",
"icons": [
{
"src": "/images/gdlogo.jpeg",
"sizes": "1200x1200",
"type": "image/jpeg"
},
{
"src": "/images/nmn.png",
"sizes": "144x144",
"type": "image/png"
},
{
"src": "/images/gdblack.png",
"sizes": "1200x1200",
"type": "image/png"
},
{
"src": "/images/gdlogo.jpeg",
"sizes": "1200x1200",
"type": "image/png"
}
],
"screenshots": [
{
"src": "/images/frss.png",
"sizes": "750x1334",
"type": "image/png"
},
{
"src": "/images/jdss.png",
"sizes": "1362x657",
"type": "image/png",
"form_factor": "wide"
}
]
}