From 6919067590a02db8c46327f8df02745ee6a62eef Mon Sep 17 00:00:00 2001 From: pacien Date: Sun, 16 Feb 2020 11:57:40 +0100 Subject: viewer: move example config files in their own directory (cherry picked from commit c68bbfbf013599dc67e6e0e390e8e40dd1bffd3f) --- viewer/examples/manifest.json.example | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 viewer/examples/manifest.json.example (limited to 'viewer/examples/manifest.json.example') diff --git a/viewer/examples/manifest.json.example b/viewer/examples/manifest.json.example new file mode 100644 index 0000000..8c43fbb --- /dev/null +++ b/viewer/examples/manifest.json.example @@ -0,0 +1,13 @@ +{ + "short_name": "LdGallery", + "name": "LdGallery", + "icons": [ + { + "src": "defaulticon.png", + "type": "image/png", + "sizes": "192x192" + } + ], + "display": "standalone", + "_comment": "https://developer.mozilla.org/en-US/docs/Web/Manifest" +} -- cgit v1.2.3 From ccecfd9421f4550a71134cd46e1388e486f8c564 Mon Sep 17 00:00:00 2001 From: Zero~Informatique Date: Tue, 28 Apr 2020 03:47:39 +0200 Subject: viewer: global formatting unification --- viewer/examples/manifest.json.example | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'viewer/examples/manifest.json.example') diff --git a/viewer/examples/manifest.json.example b/viewer/examples/manifest.json.example index 8c43fbb..d07209f 100644 --- a/viewer/examples/manifest.json.example +++ b/viewer/examples/manifest.json.example @@ -1,13 +1,13 @@ { - "short_name": "LdGallery", - "name": "LdGallery", - "icons": [ - { - "src": "defaulticon.png", - "type": "image/png", - "sizes": "192x192" - } - ], - "display": "standalone", - "_comment": "https://developer.mozilla.org/en-US/docs/Web/Manifest" + "short_name": "LdGallery", + "name": "LdGallery", + "icons": [ + { + "src": "defaulticon.png", + "type": "image/png", + "sizes": "192x192" + } + ], + "display": "standalone", + "_comment": "https://developer.mozilla.org/en-US/docs/Web/Manifest" } -- cgit v1.2.3