snapdrop

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

commit 5b2695a10799f83e33fd661a6fce1babda6e53e3
parent 13243093ae33cbe704ddb23e914af5a8f374d0ad
Author: RobinLinus <robinlinus@users.noreply.github.com>
Date:   Wed, 13 Mar 2019 01:54:42 +0100

Fix share action path

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

diff --git a/client/manifest.json b/client/manifest.json @@ -27,7 +27,7 @@ "display": "minimal-ui", "theme_color": "#3367d6", "share_target": { - "action": "/share-target/", + "action": "/?share_target", "params": { "title": "title", "text": "text",