schreiben/public/manifest.webmanifest
Cat /dev/Nulo 0ed408f7bb
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
manifest: usar minimal-ui así tenemos boton para ir para atrás
2023-08-26 22:17:05 -03:00

23 lines
419 B
JSON

{
"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": "minimal-ui",
"background_color": "#FFFFFF",
"theme_color": "#FFFFFF"
}