chore: add favicon assets and manifest

This commit is contained in:
ramvignesh-b
2026-04-29 03:07:31 +05:30
parent 150832419a
commit ebf7186b06
9 changed files with 24 additions and 1 deletions
+19
View File
@@ -0,0 +1,19 @@
{
"name": "Pi. Ku.",
"short_name": "Pi. Ku.",
"icons": [
{
"src": "/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
],
"theme_color": "#d4a24f",
"background_color": "#3b1d13",
"display": "standalone"
}