This commit is contained in:
Saahil dutta 2024-06-25 01:29:36 -04:00
parent bde8b83c01
commit bd6cfde293
11 changed files with 27 additions and 38 deletions

View file

@ -1,15 +1,15 @@
{
"short_name": "React App",
"name": "Create React App Sample",
"short_name": "saahild.com",
"name": "My Site saahild.com",
"icons": [
{
"src": "favicon.ico",
"src": "favicon.png",
"sizes": "64x64 32x32 24x24 16x16",
"type": "image/x-icon"
"type": "image/png"
}
],
"start_url": ".",
"display": "standalone",
"theme_color": "#FFF",
"background_color": "#ffffff"
"theme_color": "#cba6f7",
"background_color": "#cba6f7"
}