diff --git a/index.html b/index.html index b5fd9cf..722507f 100644 --- a/index.html +++ b/index.html @@ -1 +1 @@ -My Mind - Sibi's Portfolio
\ No newline at end of file +My Mind - Sibi's Portfolio
\ No newline at end of file diff --git a/manifest.json b/manifest.json new file mode 100644 index 0000000..1852e0f --- /dev/null +++ b/manifest.json @@ -0,0 +1,21 @@ +{ + "name": "My Mind - Sibi's Portfolio", + "short_name": "Sibi's Portfolio", + "start_url": "/", + "display": "standalone", + "background_color": "#ffffff", + "theme_color": "#000000", + "icons": [ + { + "src": "./MyLogo.png", + "sizes": "192x192", + "type": "image/png" + }, + { + "src": "./MyLogo.png", + "sizes": "512x512", + "type": "image/png" + } + ] + } + \ No newline at end of file