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.
35 lines
No EOL
767 B
JSON
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"
|
|
} |