diff --git a/manifest.json b/manifest.json index 96522b3..a2789de 100644 --- a/manifest.json +++ b/manifest.json @@ -1,13 +1,15 @@ { "share_target": { - "action": "index.html", + "action": "/index.html", "params": { "title": "name", "text": "description", "url": "link" - } + }, + "method": "GET", + "enctype": "application/x-www-form-urlencoded" }, "name": "notes", "start_url": ".",