diff --git a/manifest.json b/manifest.json index 9436842..a2789de 100644 --- a/manifest.json +++ b/manifest.json @@ -1,4 +1,16 @@ { + "share_target": + { + "action": "/index.html", + "params": + { + "title": "name", + "text": "description", + "url": "link" + }, + "method": "GET", + "enctype": "application/x-www-form-urlencoded" + }, "name": "notes", "start_url": ".", "display": "standalone", @@ -19,4 +31,5 @@ "sizes": "512x512" } ] -} \ No newline at end of file +} +