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