diff --git a/web/favicon.ico b/web/favicon.ico index 66c875c..0890965 100644 Binary files a/web/favicon.ico and b/web/favicon.ico differ diff --git a/web/icons/android-chrome-192x192.png b/web/icons/android-chrome-192x192.png new file mode 100644 index 0000000..9612f4c Binary files /dev/null and b/web/icons/android-chrome-192x192.png differ diff --git a/web/icons/android-chrome-512x512.png b/web/icons/android-chrome-512x512.png new file mode 100644 index 0000000..d1d5993 Binary files /dev/null and b/web/icons/android-chrome-512x512.png differ diff --git a/web/icons/apple-touch-icon.png b/web/icons/apple-touch-icon.png new file mode 100644 index 0000000..fd08e14 Binary files /dev/null and b/web/icons/apple-touch-icon.png differ diff --git a/web/icons/favicon-16x16.png b/web/icons/favicon-16x16.png index c6f829d..3513d8e 100644 Binary files a/web/icons/favicon-16x16.png and b/web/icons/favicon-16x16.png differ diff --git a/web/icons/favicon-32x32.png b/web/icons/favicon-32x32.png index b720fd9..9106e48 100644 Binary files a/web/icons/favicon-32x32.png and b/web/icons/favicon-32x32.png differ diff --git a/web/icons/safari-pinned-tab.svg b/web/icons/safari-pinned-tab.svg new file mode 100644 index 0000000..2ed15c7 --- /dev/null +++ b/web/icons/safari-pinned-tab.svg @@ -0,0 +1,34 @@ + + + + +Created by potrace 1.14, written by Peter Selinger 2001-2017 + + + + + diff --git a/web/index.html b/web/index.html index 4185172..6ee2f01 100644 --- a/web/index.html +++ b/web/index.html @@ -19,17 +19,20 @@ - + - + - + + + + iiitb_menu diff --git a/web/manifest.json b/web/manifest.json index 83080a9..4740333 100644 --- a/web/manifest.json +++ b/web/manifest.json @@ -3,8 +3,8 @@ "short_name": "IIITB Menu", "start_url": ".", "display": "standalone", - "background_color": "#0175C2", - "theme_color": "#0175C2", + "background_color": "#ffffff", + "theme_color": "#ffffff", "description": "Bi-Weekly Menu.", "orientation": "portrait-primary", "prefer_related_applications": false, @@ -23,6 +23,16 @@ "src": "icons/favicon-96x96.png", "sizes": "96x96", "type": "image/png" + }, + { + "src": "icons/android-chrome-192x192.png", + "sizes": "192x192", + "type": "image/png" + }, + { + "src": "icons/android-chrome-512x512.png", + "sizes": "512x512", + "type": "image/png" } ] } \ No newline at end of file