Browse Source

Fix manifest?

Trevor Elliott 3 years ago
parent
commit
1b95250719
1 changed files with 3 additions and 1 deletions
  1. 3 1
      static/manifest.json

+ 3 - 1
static/manifest.json

@@ -17,8 +17,10 @@
     }
   ],
   "share_target": {
-    "action": "/add-link",
+    "action": "share",
+    "url_template": "/add-link?url={url}&name={title}&text={text}",
     "method": "GET",
+    "enctype": "application/x-www-form-urlencoded",
     "params": {
       "title": "name",
       "text": "text",