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 @@