From 5f4084d512c85ea0124b37a6c7c4aaf29f38fe1e Mon Sep 17 00:00:00 2001 From: Fluffy-Bean Date: Thu, 6 Apr 2023 21:43:38 +0000 Subject: [PATCH] Add manifest --- gallery/static/manifest.json | 18 ++++++++++++++++++ gallery/templates/layout.html | 5 +++++ 2 files changed, 23 insertions(+) create mode 100644 gallery/static/manifest.json diff --git a/gallery/static/manifest.json b/gallery/static/manifest.json new file mode 100644 index 0000000..ab9009a --- /dev/null +++ b/gallery/static/manifest.json @@ -0,0 +1,18 @@ +{ + "name": "OnlyLegs", + "short_name": "OnlyLegs", + "start_url": "/", + "display": "standalone", + "background_color": "#151515", + "theme_color": "#151515", + "description": "A gallery built for fast and simple image management!", + "icons": [ + { + "src": "icon.png", + "sizes": "621x621", + "type": "image/png" + } + ], + "splash_pages": null + } + \ No newline at end of file diff --git a/gallery/templates/layout.html b/gallery/templates/layout.html index 5def5f4..643983f 100644 --- a/gallery/templates/layout.html +++ b/gallery/templates/layout.html @@ -4,15 +4,20 @@ {{ config.WEBSITE.name }} + + + + +