jenot/priv/static/site.webmanifest
2025-02-07 18:05:09 +01:00

20 lines
414 B
JSON

{
"name": "Jenot Notes",
"short_name": "Jenot",
"icons": [
{
"src": "/img/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/img/android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
],
"theme_color": "#ffffff",
"background_color": "#ffffff",
"display": "standalone",
"start_url": "/index.html"
}