33 lines
698 B
JSON
33 lines
698 B
JSON
{
|
||
"name": "Lernschiff",
|
||
"short_name": "Lernschiff",
|
||
"description": "Kinderlernplattform für 3–14 Jahre",
|
||
"lang": "de",
|
||
"start_url": "/",
|
||
"scope": "/",
|
||
"display": "standalone",
|
||
"orientation": "portrait-primary",
|
||
"background_color": "#f5f3ee",
|
||
"theme_color": "#f5f3ee",
|
||
"icons": [
|
||
{
|
||
"src": "/icons/icon-192.png",
|
||
"sizes": "192x192",
|
||
"type": "image/png",
|
||
"purpose": "any"
|
||
},
|
||
{
|
||
"src": "/icons/icon-512.png",
|
||
"sizes": "512x512",
|
||
"type": "image/png",
|
||
"purpose": "any"
|
||
},
|
||
{
|
||
"src": "/icons/icon-512-maskable.png",
|
||
"sizes": "512x512",
|
||
"type": "image/png",
|
||
"purpose": "maskable"
|
||
}
|
||
]
|
||
}
|