From 5c17286e98979cace60d21a38fd1f98ee810f9df Mon Sep 17 00:00:00 2001 From: Pablo Vazquez Date: Fri, 8 Jul 2022 15:26:44 +0200 Subject: [PATCH] Add site.webmanifest This way, on OS that allow it, Flamenco can be added as home shortcut and have the proper shortcut name, icon, theme color, and browser buttons. Needs testing on how 'standalone' display looks on Android tablets. Perhaps a more minimal version of the browser can be used instead ('minimal-ui'). --- web/app/public/site.webmanifest | 1 + 1 file changed, 1 insertion(+) create mode 100644 web/app/public/site.webmanifest diff --git a/web/app/public/site.webmanifest b/web/app/public/site.webmanifest new file mode 100644 index 00000000..90da5adb --- /dev/null +++ b/web/app/public/site.webmanifest @@ -0,0 +1 @@ +{"name":"Flamenco","icons":[{"src":"/android-chrome-192x192.png","sizes":"192x192","type":"image/png"},{"src":"/android-chrome-512x512.png","sizes":"512x512","type":"image/png"}],"theme_color":"#8982c9","display":"standalone"}