forked from cartabinaria/cartabinaria.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmanifest.json
39 lines (39 loc) · 793 Bytes
/
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
{
"name": "Raccolta risorse CSunibo",
"short_name": "CSunibo",
"start_url": ".",
"id": "/csunibo.github.io/",
"display": "standalone",
"background_color": "#282828",
"description": "Raccolta risorse CSunibo",
"theme_color": "#282828",
"screenshots": [
{
"src": "./img/addHome.png",
"sizes": "747x1600",
"type": "image/png"
},
{
"src": "./img/previewHome.png",
"sizes": "747x1600",
"type": "image/png"
},
{
"src": "./img/home.png",
"sizes": "747x1600",
"type": "image/png"
}
],
"icons": [
{
"src": "./img/unibo192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "./img/unibo512.png",
"sizes": "512x512",
"type": "image/png"
}
]
}