saahildcom/public/manifest.json
2024-06-25 01:29:36 -04:00

15 lines
301 B
JSON

{
"short_name": "saahild.com",
"name": "My Site saahild.com",
"icons": [
{
"src": "favicon.png",
"sizes": "64x64 32x32 24x24 16x16",
"type": "image/png"
}
],
"start_url": ".",
"display": "standalone",
"theme_color": "#cba6f7",
"background_color": "#cba6f7"
}