From b6f8d8af2e8bcaead6ed7e095edb6d36d5291f4f Mon Sep 17 00:00:00 2001 From: RobinLinus Date: Thu, 14 Mar 2019 00:54:12 +0100 Subject: [PATCH] Update manifest.json --- client/manifest.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/client/manifest.json b/client/manifest.json index 0ca8c6a..ec2e4ad 100644 --- a/client/manifest.json +++ b/client/manifest.json @@ -39,7 +39,11 @@ "title": "title", "text": "text", "url": "url", - "files": "file" + "files": [ + { + "name": "file", + "accept": ["*/*"] + }] } } } \ No newline at end of file