From 523f872cf33ad35bd237a462665664dc5487e016 Mon Sep 17 00:00:00 2001 From: tree Date: Mon, 30 Jan 2023 15:34:48 +0100 Subject: [PATCH] Add basic manifest.json --- static/manifest.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 static/manifest.json diff --git a/static/manifest.json b/static/manifest.json new file mode 100644 index 00000000..e34ff6d9 --- /dev/null +++ b/static/manifest.json @@ -0,0 +1,8 @@ +{ + "name": "#PBW23 Explore", + "theme_color": "#ff1616", + "background_color": "#FF1616", + "display": "browser", + "scope": "/", + "start_url": "/" + } \ No newline at end of file