snapdrop

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

commit 4b9af1a2ff0174dcb4b0030f9aa3345ab2309214
parent 7120a74f9773718e0ea63cd51ab3568a34befe8b
Author: RobinLinus <RobinLinus@users.noreply.github.com>
Date:   Mon,  9 Mar 2020 22:51:26 +0100

Merge pull request #95 from myfrom/master

Enable standalone display mode (PWA)
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",