aboutsummaryrefslogtreecommitdiff
path: root/viewer/examples/manifest.json.example
diff options
context:
space:
mode:
Diffstat (limited to 'viewer/examples/manifest.json.example')
-rw-r--r--viewer/examples/manifest.json.example22
1 files changed, 11 insertions, 11 deletions
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}