aboutsummaryrefslogtreecommitdiff
path: root/viewer/public
diff options
context:
space:
mode:
authorZero~Informatique2020-02-14 06:25:44 +0100
committerZero~Informatique2020-02-14 06:26:08 +0100
commit8d152ccf3cc939a7141654b09de4b9c379def9d5 (patch)
tree773c17414d043ddf6822c0bce75dad9178b8de1f /viewer/public
parentbc4978e8060e106958498d78cb96b5103bf6f6ff (diff)
downloadldgallery-8d152ccf3cc939a7141654b09de4b9c379def9d5.tar.gz
viewer: default configuration for mobile-web-app-capable manifest.
SVG crashes on FireFox
Diffstat (limited to 'viewer/public')
-rw-r--r--viewer/public/manifest.json.example7
1 files changed, 1 insertions, 6 deletions
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
@@ -3,11 +3,6 @@
3 "name": "LdGallery", 3 "name": "LdGallery",
4 "icons": [ 4 "icons": [
5 { 5 {
6 "src": "defaulticon.svg",
7 "type": "image/svg+xml",
8 "sizes": "192x192"
9 },
10 {
11 "src": "defaulticon.png", 6 "src": "defaulticon.png",
12 "type": "image/png", 7 "type": "image/png",
13 "sizes": "192x192" 8 "sizes": "192x192"
@@ -15,4 +10,4 @@
15 ], 10 ],
16 "display": "standalone", 11 "display": "standalone",
17 "_comment": "https://developer.mozilla.org/en-US/docs/Web/Manifest" 12 "_comment": "https://developer.mozilla.org/en-US/docs/Web/Manifest"
18} \ No newline at end of file 13}