Files
2020-dq/public/site.webmanifest
erjemin 9cd147b0d7
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 1m0s
mod: оптимизированные svg, favicon-ы и другая мелочь.
2026-03-22 16:54:36 +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"
}
],
}