blob: 0d91e5d9319673b88faaa67b577801662ab5c7ce (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
{
"name": "Pizza Rechner",
"short_name": "Pizza Rechner",
"description": "Wie teuer ist eine Pizza im Verhältnis zum Flächeninhalt?",
"icons": [{
"src": "https://iamfabulous.de/favicon.ico"
}, {
"src": "/img/paw-144.png",
"type": "image/png",
"sizes": "144x144"
}, {
"src": "/img/paw-512.png",
"type": "image/png",
"sizes": "512x512"
}],
"start_url": ".",
"display": "standalone",
"background_color": "#171717",
"theme_color": "#fd8a02"
}
|