saahildcom/public/manifest.json

16 lines
301 B
JSON
Raw Normal View History

2024-06-11 03:46:47 +00:00
{
2024-06-25 05:29:36 +00:00
"short_name": "saahild.com",
"name": "My Site saahild.com",
2024-06-11 03:46:47 +00:00
"icons": [
{
2024-06-25 05:29:36 +00:00
"src": "favicon.png",
2024-06-11 03:46:47 +00:00
"sizes": "64x64 32x32 24x24 16x16",
2024-06-25 05:29:36 +00:00
"type": "image/png"
2024-06-11 03:46:47 +00:00
}
],
"start_url": ".",
"display": "standalone",
2024-06-25 05:29:36 +00:00
"theme_color": "#cba6f7",
"background_color": "#cba6f7"
2024-06-11 03:46:47 +00:00
}