Add public/manifest.json

This commit is contained in:
2026-03-10 16:42:13 +00:00
parent 03ecd66c84
commit dd1066e9a7

10
public/manifest.json Normal file
View File

@@ -0,0 +1,10 @@
{
"name": "Sharanya Sasmal Portfolio", "short_name": "Portfolio", "description": "UI/UX & Graphic Designer Portfolio", "start_url": "/", "display": "standalone", "background_color": "#ffffff", "theme_color": "#000000", "orientation": "portrait-primary", "icons": [
{
"src": "/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any"
},
{
"src": "/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any"
}
]
}