From cf7cc6c63758d3c634671ca2999f206ecf13a412 Mon Sep 17 00:00:00 2001 From: vabene1111 Date: Fri, 25 Aug 2023 10:56:15 +0200 Subject: [PATCH] only url on share target --- cookbook/templates/manifest.json | 2 -- 1 file changed, 2 deletions(-) diff --git a/cookbook/templates/manifest.json b/cookbook/templates/manifest.json index 40bca7aea..8f5a9dda9 100644 --- a/cookbook/templates/manifest.json +++ b/cookbook/templates/manifest.json @@ -43,8 +43,6 @@ "action": "/data/import/url", "method": "GET", "params": { - "title": "title", - "text": "text", "url": "url" } }