-
Notifications
You must be signed in to change notification settings - Fork 0
/
manifest.json
39 lines (38 loc) · 1 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
{
"short_name": "Sitio Web",
"name": "Letras Espaciales",
"theme_color": "#003366",
"description": "Proyecto Scratch - Vladimir Salguero",
"lang": "es",
"dir": "rtl",
"display": "fullscreen",
"background_color": "#070748",
"icons": [
{
"src": "https://misionletras.web.app/splash_screen.png",
"type": "image/png",
"sizes": "512x512"
},
{
"src": "https://misionletras.web.app/launcher-icon-1x.png",
"type": "image/png",
"sizes": "48x48"
},
{
"src": "https://misionletras.web.app/apple-touch-icon-152x152.png",
"type": "image/png",
"sizes": "152x152"
},
{
"src": "https://misionletras.web.app/apple-touch-icon-180x180.png",
"type": "image/png",
"sizes": "180x180"
},
{
"src": "https://misionletras.web.app/launcher-icon-4x.png",
"type": "image/png",
"sizes": "192x192"
}
],
"start_url": "index.html"
}