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