schreiben/public/manifest.webmanifest

23 lines
419 B
Text
Raw Normal View History

2023-03-26 00:17:29 +00:00
{
"name": "Schreiben",
"short_name": "Schreiben",
"icons": [
{
"src": "/edit-2-outline-192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/edit-2-outline.svg",
"sizes": "512x512",
"type": "image/svg+xml"
}
],
"id": "/",
"start_url": "/",
"scope": "/",
"display": "standalone",
"background_color": "#FFFFFF",
"theme_color": "#FFFFFF"
}