Files
2020-dq/public/site.webmanifest
2026-03-25 14:32:14 +03:00

23 lines
510 B
JSON

{
"name": "DicQuo",
"short_name": "DicQuo",
"description": "Коллекция цитат и афоризмов.",
"start_url": "/",
"display": "standalone",
"background_color": "#ffffff",
"theme_color": "#ffffff",
"icons": [
{
"src": "/favicon.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "maskable"
},
{
"src": "/web-app-manifest-512x512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "maskable"
}
],
}