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" + } + ] +}