aboutsummaryrefslogtreecommitdiff
path: root/viewer/examples/manifest.json.example
diff options
context:
space:
mode:
authorpacien2020-02-16 11:57:40 +0100
committerpacien2020-02-22 02:28:10 +0100
commit6919067590a02db8c46327f8df02745ee6a62eef (patch)
treed175269d310721a1ef498c07f504cb162444197d /viewer/examples/manifest.json.example
parent26a85722e74eae23a22350064eed204480bbd032 (diff)
downloadldgallery-6919067590a02db8c46327f8df02745ee6a62eef.tar.gz
viewer: move example config files in their own directory
(cherry picked from commit c68bbfbf013599dc67e6e0e390e8e40dd1bffd3f)
Diffstat (limited to 'viewer/examples/manifest.json.example')
-rw-r--r--viewer/examples/manifest.json.example13
1 files changed, 13 insertions, 0 deletions
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 @@
1{
2 "short_name": "LdGallery",
3 "name": "LdGallery",
4 "icons": [
5 {
6 "src": "defaulticon.png",
7 "type": "image/png",
8 "sizes": "192x192"
9 }
10 ],
11 "display": "standalone",
12 "_comment": "https://developer.mozilla.org/en-US/docs/Web/Manifest"
13}