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

25 lines
469 B
JSON

{
"name": "Valentin Popov's Blog",
"short_name": "popov.link",
"icons": [
{
"src": "favicon.png",
"sizes": "32x32",
"type": "image/png"
},
{
"src": "apple-touch-icon.png",
"sizes": "180x180",
"type": "image/png"
},
{
"src": "google-touch-icon.png",
"sizes": "512x512",
"type": "image/png"
}
],
"background_color": "#ffffff",
"theme_color": "#ffffff",
"display": "fullscreen"
}