diff options
Diffstat (limited to 'viewer/examples')
-rw-r--r-- | viewer/examples/config.json.example | 3 | ||||
-rw-r--r-- | viewer/examples/defaulticon.png | bin | 0 -> 3363 bytes | |||
-rw-r--r-- | viewer/examples/manifest.json.example | 13 |
3 files changed, 16 insertions, 0 deletions
diff --git a/viewer/examples/config.json.example b/viewer/examples/config.json.example new file mode 100644 index 0000000..90c5f74 --- /dev/null +++ b/viewer/examples/config.json.example | |||
@@ -0,0 +1,3 @@ | |||
1 | { | ||
2 | "galleryRoot": "gallery/" | ||
3 | } \ No newline at end of file | ||
diff --git a/viewer/examples/defaulticon.png b/viewer/examples/defaulticon.png new file mode 100644 index 0000000..0194e29 --- /dev/null +++ b/viewer/examples/defaulticon.png | |||
Binary files differ | |||
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 | } | ||