snapdrop

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

commit 17cb706c317b8ae651de8fe35277ce5d7cef511b
parent 8c582007fa67a14a2028339bfd520782949e64f9
Author: RobinLinus <robinlinus@users.noreply.github.com>
Date:   Wed, 10 Oct 2018 14:35:15 +0200

Update manifest.json

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

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