aboutsummaryrefslogtreecommitdiff
path: root/viewer/examples
diff options
context:
space:
mode:
authorZero~Informatique2020-04-28 03:47:39 +0200
committerZero~Informatique2020-04-28 03:47:50 +0200
commitccecfd9421f4550a71134cd46e1388e486f8c564 (patch)
tree9711ed24320150d24d85a124de3fd6177052eeb0 /viewer/examples
parent113bff3c4dcc1976f24df16d4224e1871e665ae0 (diff)
downloadldgallery-ccecfd9421f4550a71134cd46e1388e486f8c564.tar.gz
viewer: global formatting unification
Diffstat (limited to 'viewer/examples')
-rw-r--r--viewer/examples/config.json.example4
-rw-r--r--viewer/examples/manifest.json.example22
2 files changed, 13 insertions, 13 deletions
diff --git a/viewer/examples/config.json.example b/viewer/examples/config.json.example
index 90c5f74..580da8c 100644
--- a/viewer/examples/config.json.example
+++ b/viewer/examples/config.json.example
@@ -1,3 +1,3 @@
1{ 1{
2 "galleryRoot": "gallery/" 2 "galleryRoot": "gallery/"
3} \ No newline at end of file 3}
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 @@
1{ 1{
2 "short_name": "LdGallery", 2 "short_name": "LdGallery",
3 "name": "LdGallery", 3 "name": "LdGallery",
4 "icons": [ 4 "icons": [
5 { 5 {
6 "src": "defaulticon.png", 6 "src": "defaulticon.png",
7 "type": "image/png", 7 "type": "image/png",
8 "sizes": "192x192" 8 "sizes": "192x192"
9 } 9 }
10 ], 10 ],
11 "display": "standalone", 11 "display": "standalone",
12 "_comment": "https://developer.mozilla.org/en-US/docs/Web/Manifest" 12 "_comment": "https://developer.mozilla.org/en-US/docs/Web/Manifest"
13} 13}