-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmanifest.json
47 lines (47 loc) · 1.27 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
40
41
42
43
44
45
46
47
{
"name": "Bâtiment M1 - Université de Lille",
"short_name": "M1-Lille",
"description": "Les plans du bâtiment M1 (mathématiques) de l'université de Lille (FST, Villeneuve d'Ascq). Auteur: Kroum Tzanev.",
"display": "standalone",
"scope": "/m1lille1/",
"start_url": "/m1lille1/",
"theme_color": "#223",
"background_color": "#223",
"icons": [{
"src": "images/m1_72.png",
"sizes": "72x72",
"type": "image/png",
"purpose": "any"
},
{
"src": "images/m1_96.png",
"sizes": "96x96",
"type": "image/png",
"purpose": "any"
},
{
"src": "images/m1_128.png",
"sizes": "128x128",
"type": "image/png",
"purpose": "any"
},
{
"src": "images/m1_192.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "any"
},
{
"src": "images/m1_384.png",
"sizes": "384x384",
"type": "image/png",
"purpose": "any"
},
{
"src": "images/m1_512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "any maskable"
}
]
}