-
Notifications
You must be signed in to change notification settings - Fork 51
/
Copy pathmanifest.webmanifest
39 lines (39 loc) · 1.04 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
{
"short_name": "ViteMaDose",
"name": "ViteMaDose : Trouver un vaccin facilement et rapidement",
"icons": [
{
"src": "/assets/images/favicon/android-chrome-192x192.png",
"type": "image/png",
"sizes": "192x192"
},
{
"src": "/assets/images/favicon/android-chrome-512x512.png",
"type": "image/png",
"sizes": "512x512"
}
],
"start_url": "/",
"background_color": "#5561d9",
"display": "minimal-ui",
"theme_color": "#5561d9",
"shortcuts": [],
"description": "Trouver un vaccin facilement et rapidement",
"screenshots": [
{
"src": "/assets/images/social/vitemadose.png",
"type": "image/png",
"sizes": "2704x1476"
}
],
"prefer_related_applications": true,
"related_applications": [{
"platform": "play",
"url": "https://play.google.com/store/apps/details?id=com.cvtracker.vmd2",
"id": "com.cvtracker.vmd2"
}, {
"platform": "itunes",
"url": "https://apps.apple.com/fr/app/vite-ma-dose/id1563630754",
"id": "ZL9396WK65.app.vitemadose"
}]
}