snapdrop

A Progressive Web App for local file sharing
git clone http://git.hanabi.in/repos/snapdrop.git
Log | Files | Refs | README | LICENSE

commit 74ee98a714e8f157e585c4aaa87fc369c72fcb69
parent 894824eb19708c5950c9076b2c4f50b489b2d4f0
Author: myfrom <myfrom.13th@gmail.com>
Date:   Thu, 31 Oct 2019 19:15:37 +0100

Change display mode to standalone

Diffstat:
Mclient/manifest.json | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/client/manifest.json b/client/manifest.json @@ -24,7 +24,7 @@ }], "background_color": "#efefef", "start_url": "/", - "display": "minimal-ui", + "display": "standalone", "theme_color": "#3367d6", "share_target": { "action": "/?share_target",