achat-maison-albi-fr/public/manifest.webmanifest
Emil Gulamov 2530eb2316 Add new SVG icon, web manifest, meta component, and robots.txt
Introduce an SVG icon to the project and establish a new web manifest containing app details and icon information. Add a Meta component to serve structured site metadata for better web presentation and search engine optimization. Include a new robot.txt to instruct web crawlers. The addition of these elements promotes better site recognition and SEO, enhancing user navigation and experience.
2024-02-12 07:37:22 +04:00

35 lines
No EOL
767 B
JSON

{
"short_name": "OpenStove",
"name": "OpenStove",
"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": "#FFEDD5"
}