This commit is contained in:
2023-11-05 17:18:01 -07:00
parent 91acf7564c
commit edda12e2ae
18 changed files with 118 additions and 66 deletions

20
public/site.webmanifest Normal file
View File

@@ -0,0 +1,20 @@
{
"name": "Kaushik",
"short_name": "Kaushik",
"icons": [
{
"src": "/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
],
"theme_color": "#ffffff",
"background_color": "#ffffff",
"start_url": "https://knravish.me",
"display": "standalone"
}