From e9b3e3733089b1f035889ad925666a012a4827d0 Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Wed, 12 May 2021 17:06:59 +0200 Subject: Add missing favicons --- app/assets/site.webmanifest | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 app/assets/site.webmanifest (limited to 'app/assets/site.webmanifest') diff --git a/app/assets/site.webmanifest b/app/assets/site.webmanifest new file mode 100644 index 0000000..e532fa7 --- /dev/null +++ b/app/assets/site.webmanifest @@ -0,0 +1,14 @@ +{ + "name": "A14m", + "short_name": "A14m", + "icons": [ + { + "src": "/android-chrome-192x192.png", + "sizes": "192x192", + "type": "image/png" + } + ], + "theme_color": "#ffffff", + "background_color": "#ffffff", + "display": "standalone" +} -- cgit v1.2.3