aboutsummaryrefslogtreecommitdiff
path: root/viewer/public/manifest.json.example
diff options
context:
space:
mode:
Diffstat (limited to 'viewer/public/manifest.json.example')
-rw-r--r--viewer/public/manifest.json.example18
1 files changed, 18 insertions, 0 deletions
diff --git a/viewer/public/manifest.json.example b/viewer/public/manifest.json.example
new file mode 100644
index 0000000..4ee40f1
--- /dev/null
+++ b/viewer/public/manifest.json.example
@@ -0,0 +1,18 @@
1{
2 "short_name": "LdGallery",
3 "name": "LdGallery",
4 "icons": [
5 {
6 "src": "defaulticon.svg",
7 "type": "image/svg+xml",
8 "sizes": "192x192"
9 },
10 {
11 "src": "defaulticon.png",
12 "type": "image/png",
13 "sizes": "192x192"
14 }
15 ],
16 "display": "standalone",
17 "_comment": "https://developer.mozilla.org/en-US/docs/Web/Manifest"
18} \ No newline at end of file