-
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathmy.webmanifest
More file actions
27 lines (27 loc) · 632 Bytes
/
my.webmanifest
File metadata and controls
27 lines (27 loc) · 632 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 Links",
"short_name": "ViorelMocanu.ro",
"description": "Toate link-urile mele. Profilurile de social media plus grupurile pe care sunt activ și unde răspund la întrebări.",
"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"
}