From a8015db7a79d5d10d65b756b43f4d416e89ce1b8 Mon Sep 17 00:00:00 2001 From: RobinLinus Date: Wed, 13 Mar 2019 20:07:16 +0100 Subject: [PATCH] Update manifest.json --- client/manifest.json | 28 ++++++++-------------------- 1 file changed, 8 insertions(+), 20 deletions(-) diff --git a/client/manifest.json b/client/manifest.json index 9b14b61..0297c22 100644 --- a/client/manifest.json +++ b/client/manifest.json @@ -1,28 +1,23 @@ { "name": "Snapdrop", "short_name": "Snapdrop", - "icons": [ - { + "icons": [{ "src": "images/favicon-96x96.png", "sizes": "96x96", "type": "image/png" - }, - { + },{ "src": "images/apple-touch-icon.png", "sizes": "152x152", "type": "image/png" - }, - { + },{ "src": "images/mstile-150x150.png", "sizes": "144x144", "type": "image/png" - }, - { + },{ "src": "images/android-chrome-192x192.png", "sizes": "192x192", "type": "image/png" - }, - { + },{ "src": "images/logo_transparent_512x512.png", "sizes": "512x512", "type": "image/png" @@ -31,19 +26,12 @@ "start_url": "/", "display": "minimal-ui", "theme_color": "#3367d6", - "share_target": - { + "share_target": { "action": "/?share_target", - "params": - { + "params": { "title": "title", "text": "text", - "url": "url", - "files": [ - { - "name": "file", - "accept": ["*/*"] - }] + "url": "url" } } } \ No newline at end of file