-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmanifest.json
32 lines (32 loc) · 920 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
{
"name": "Math Tools",
"short_name": "Math Tools",
"description": "Eine Sammlung von diversen Mathematik Tools, die dir helfen sollen den Alltag zu erleichtern.",
"lang": "de-CH",
"orientation": "any",
"theme_color": "#3498db",
"background_color": "#3498db",
"start_url": "https://math.neodym.dev",
"display": "standalone",
"icons": [
{
"src": "https://math.neodym.dev/assets/images/logo_96.png",
"sizes": "96x96"
},
{
"src": "https://math.neodym.dev/assets/images/logo_256.png",
"sizes": "144x144",
"type": "image/png"
},
{
"src": "https://math.neodym.dev/assets/images/logo_256.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "https://math.neodym.dev/assets/images/logo_256.png",
"sizes": "256x256",
"type": "image/png"
}
]
}