From 5ea4c8b0407d2380f79df30afe5538ca4d3dec09 Mon Sep 17 00:00:00 2001 From: sapphi-red Date: Thu, 11 Nov 2021 10:45:41 +0900 Subject: [PATCH] =?UTF-8?q?manifest=E3=81=ABshare=5Ftarget=E3=81=AEenctype?= =?UTF-8?q?=E3=82=92=E6=98=8E=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit デフォルトだけどchromeでwarning出てた --- webmanifest.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/webmanifest.ts b/webmanifest.ts index 2d7264564..8abd09dcf 100644 --- a/webmanifest.ts +++ b/webmanifest.ts @@ -51,6 +51,7 @@ export default { share_target: { action: '/share-target', method: 'GET', + enctype: 'application/x-www-form-urlencoded', params: { title: 'title', text: 'text', url: 'url' } } }