From 5b2695a10799f83e33fd661a6fce1babda6e53e3 Mon Sep 17 00:00:00 2001 From: RobinLinus Date: Wed, 13 Mar 2019 01:54:42 +0100 Subject: [PATCH] Fix share action path --- client/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/manifest.json b/client/manifest.json index c8f6b5e..0297c22 100644 --- 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",