achat-maison-albi-fr/public/manifest.webmanifest
Emil Gulamov e3888b18cb Add HTML minification process and update dependencies
A new script for HTML minification has been added, which is run after the build process. Several dependencies were updated, including the Astro framework and its related plugins. The 'astro-critters' package and its usage in the Astro configuration were removed. A minor animation timing change was also made in the [...slug].astro file.
2024-02-19 08:58:15 +04:00

35 lines
No EOL
767 B
JSON

{
"short_name": "ScrewFast",
"name": "ScrewFast",
"icons": [
{
"src": "/icon-192.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "any"
},
{
"src": "/icon-512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "any"
},
{
"src": "/maskable_icon_x512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "maskable"
},
{
"src": "/maskable_icon.png",
"sizes": "1000x1000",
"type": "image/png",
"purpose": "maskable"
}
],
"display": "minimal-ui",
"id": "/",
"start_url": "/",
"theme_color": "#FFEDD5",
"background_color": "#262626"
}