snapdrop

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

commit 2449841dcf97984e21c65d7fd2adc76b3a32866e
parent 4b9af1a2ff0174dcb4b0030f9aa3345ab2309214
Author: RobinLinus <RobinLinus@users.noreply.github.com>
Date:   Mon,  9 Mar 2020 22:55:29 +0100

Merge pull request #115 from RobinLinus/revert-95-master

Revert "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": "standalone", + "display": "minimal-ui", "theme_color": "#3367d6", "share_target": { "action": "/?share_target",