From 71de70752ad08e4fbccbac011764fea99b282cea Mon Sep 17 00:00:00 2001 From: quenousimporte Date: Fri, 1 Sep 2023 10:09:32 +0200 Subject: [PATCH] changed: manifest for sharing --- manifest.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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": ".",