Add public/manifest.json
This commit is contained in:
10
public/manifest.json
Normal file
10
public/manifest.json
Normal 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"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user