-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathmy.webmanifest
More file actions
27 lines (27 loc) · 651 Bytes
/
my.webmanifest
File metadata and controls
27 lines (27 loc) · 651 Bytes
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
{
"name": "ViorelMocanu Layout Complex",
"short_name": "Layout Complex",
"description": "Proiect demonstrativ care urmărește crearea unui layout complex în HTML și CSS cu model de design homepage-ul Cărturești.ro",
"icons": [
{
"src": "./favicon-192.png",
"type": "image/png",
"sizes": "192x192"
},
{
"src": "./favicon-192-maskable.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "any maskable"
},
{
"src": "./favicon-512.png",
"type": "image/png",
"sizes": "512x512"
}
],
"start_url": "./index.html",
"display": "fullscreen",
"theme_color": "#B12A34",
"background_color": "#B12A34"
}