From 8d152ccf3cc939a7141654b09de4b9c379def9d5 Mon Sep 17 00:00:00 2001 From: Zero~Informatique Date: Fri, 14 Feb 2020 06:25:44 +0100 Subject: viewer: default configuration for mobile-web-app-capable manifest. SVG crashes on FireFox --- viewer/public/manifest.json.example | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'viewer/public') diff --git a/viewer/public/manifest.json.example b/viewer/public/manifest.json.example index 4ee40f1..8c43fbb 100644 --- a/viewer/public/manifest.json.example +++ b/viewer/public/manifest.json.example @@ -2,11 +2,6 @@ "short_name": "LdGallery", "name": "LdGallery", "icons": [ - { - "src": "defaulticon.svg", - "type": "image/svg+xml", - "sizes": "192x192" - }, { "src": "defaulticon.png", "type": "image/png", @@ -15,4 +10,4 @@ ], "display": "standalone", "_comment": "https://developer.mozilla.org/en-US/docs/Web/Manifest" -} \ No newline at end of file +} -- cgit v1.2.3