From 509d709af86581c9846e16578d4a7f92a28cc92c Mon Sep 17 00:00:00 2001 From: Sibi Siddharth S Date: Tue, 27 Aug 2024 19:26:15 +0530 Subject: [PATCH] Updates --- index.html | 2 +- manifest.json | 21 +++++++++++++++++++++ 2 files changed, 22 insertions(+), 1 deletion(-) create mode 100644 manifest.json 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