-
Notifications
You must be signed in to change notification settings - Fork 0
/
site.webmanifest
56 lines (56 loc) · 1.36 KB
/
site.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
47
48
49
50
51
52
53
54
55
56
{
"name": "Doce Arte Confeitaria",
"short_name": "docearte",
"id": "/site.webmanifest",
"start_url": "/",
"description": "The Doce Arte Confectionery Home Page is an interactive platform for users to explore products, learn about the confectionery, access special offers, and order custom cakes. Built with HTML, CSS, and TypeScript.",
"display": "standalone",
"theme_color": "#ddfffd",
"background_color": "#ddfffd",
"display_override": [
"fullscreen",
"minimal-ui"
],
"orientation": "any",
"lang": "pt-BR",
"icons": [
{
"src": "./favicon/apple-touch-icon.png",
"sizes": "180x180",
"type": "image/png"
},
{
"src": "./favicon/android-chrome-192x192.png",
"type": "image/png",
"sizes": "192x192"
},
{
"src": "./favicon/android-chrome-512x512.png",
"type": "image/png",
"sizes": "512x512",
"purpose": "maskable",
"maskable": true
},
{
"src": "./favicon/logo.png",
"sizes": "511x511",
"type": "image/png",
"purpose": "any"
}
],
"screenshots": [
{
"src": "./favicon/widescreen.png",
"type": "image/png",
"sizes": "1435x807",
"purpose": "any",
"form_factor": "wide"
},
{
"src": "./favicon/portrait.png",
"type": "image/png",
"sizes": "420x746",
"purpose": "any"
}
]
}