From f5280dc14048b42da12afc2fb0429b018889c234 Mon Sep 17 00:00:00 2001 From: Simon Cornet Date: Mon, 30 May 2022 11:07:39 +0200 Subject: [PATCH] [GLOBAL] Updated favicons --- public/images/site.webmanifest | 14 ++++++++++++++ static/images/site.webmanifest | 14 ++++++++++++++ 2 files changed, 28 insertions(+) create mode 100644 public/images/site.webmanifest create mode 100644 static/images/site.webmanifest diff --git a/public/images/site.webmanifest b/public/images/site.webmanifest new file mode 100644 index 0000000..9815ddd --- /dev/null +++ b/public/images/site.webmanifest @@ -0,0 +1,14 @@ +{ + "name": "/usr/home/simon", + "short_name": "/usr/home/simon", + "icons": [ + { + "src": "/images/android-chrome-192x192.png", + "sizes": "192x192", + "type": "image/png" + } + ], + "theme_color": "#ffffff", + "background_color": "#ffffff", + "display": "standalone" +} diff --git a/static/images/site.webmanifest b/static/images/site.webmanifest new file mode 100644 index 0000000..9815ddd --- /dev/null +++ b/static/images/site.webmanifest @@ -0,0 +1,14 @@ +{ + "name": "/usr/home/simon", + "short_name": "/usr/home/simon", + "icons": [ + { + "src": "/images/android-chrome-192x192.png", + "sizes": "192x192", + "type": "image/png" + } + ], + "theme_color": "#ffffff", + "background_color": "#ffffff", + "display": "standalone" +}