hibiscus/public/manifest.json

23 lines
443 B
JSON
Raw Normal View History

2024-05-05 13:06:20 +03:00
{
"short_name": "Hibiscus",
"name": "Hibiscus.txt",
"description": "A plaintext diary",
"icons": [
{
2024-05-18 16:15:20 +03:00
"src": "/public/favicon-512.png",
2024-05-05 13:06:20 +03:00
"type": "image/png",
"sizes": "512x512"
},
{
"src": "/public/favicon.ico",
"type": "image/x-icon",
"sizes": "16x16"
}
],
"start_url": "/",
2024-06-02 00:36:37 +03:00
"display": "fullscreen",
2024-05-05 13:06:20 +03:00
"scope": "/",
"background_color": "#f5f0e1",
"theme_color": "#f85552"
}