diff --git a/.DS_Store b/.DS_Store index cf951ff..93e4023 100644 Binary files a/.DS_Store and b/.DS_Store differ diff --git a/favicons/menu.webmanifest b/favicons/menu.webmanifest new file mode 100644 index 0000000..b043ea4 --- /dev/null +++ b/favicons/menu.webmanifest @@ -0,0 +1,19 @@ +{ + "name": "Cafe Kalya", + "short_name": "Kalya", + "icons": [ + { + "src": "/favicons/192x192.png", + "sizes": "192x192", + "type": "image/png" + }, + { + "src": "/favicons/512x512.png", + "sizes": "512x512", + "type": "image/png" + } + ], + "theme_color": "#908170", + "background_color": "#908170", + "display": "standalone" +} \ No newline at end of file