0
mirror of https://github.com/valentineus/popov.link.git synced 2025-06-06 18:13:34 +03:00
popov.link/public/manifest.json

25 lines
469 B
JSON
Raw Permalink Normal View History

2025-02-05 00:20:40 +00:00
{
"name": "Valentin Popov's Blog",
"short_name": "popov.link",
"icons": [
{
2025-06-05 23:33:09 +00:00
"src": "favicon.png",
"sizes": "32x32",
"type": "image/png"
},
{
"src": "apple-touch-icon.png",
"sizes": "180x180",
"type": "image/png"
},
{
"src": "google-touch-icon.png",
2025-02-05 00:20:40 +00:00
"sizes": "512x512",
2025-06-05 23:33:09 +00:00
"type": "image/png"
2025-02-05 00:20:40 +00:00
}
],
"background_color": "#ffffff",
"theme_color": "#ffffff",
"display": "fullscreen"
}