-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsite.webmanifest
39 lines (39 loc) · 1.03 KB
/
site.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
{
"name": "MagicSquares",
"short_name": "MagicSqrs",
"description": "Visualisation of magic lines.",
"icons": [
{
"src": "/meta/imgs/favicons/light-192.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "any maskable"
},
{
"src": "/meta/imgs/favicons/light-512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "any maskable"
}
],
"theme_color": "#222222",
"background_color": "#222222",
"display": "standalone",
"start_url" : "/",
"shortcuts": [
{
"name": "Explore Magic Squares",
"short_name": "Explore",
"description": "View different orders and play with styles.",
"url": "/",
"icons": [{ "src": "/meta/imgs/favicons/light-192.png", "sizes": "192x192" }]
},
{
"name": "Contribute Magic Squares",
"short_name": "Contribute",
"description": "Add to the collection.",
"url": "/contribute",
"icons": [{ "src": "/meta/imgs/favicons/light-192.png", "sizes": "192x192" }]
}
]
}