Browse Source

Fix share action path

RobinLinus 6 years ago
parent
commit
5b2695a107
1 changed files with 1 additions and 1 deletions
  1. 1 1
      client/manifest.json

+ 1 - 1
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",