From dd1066e9a7d351669dbc2ca1be9c4711c2df5531 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 16:42:13 +0000 Subject: [PATCH] Add public/manifest.json --- public/manifest.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 public/manifest.json diff --git a/public/manifest.json b/public/manifest.json new file mode 100644 index 0000000..e4dcd39 --- /dev/null +++ b/public/manifest.json @@ -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" + } + ] +}