From e53bddfc71d70eb9f2b7a2910b4b191bc43088ab Mon Sep 17 00:00:00 2001 From: Jakob Stendahl Date: Tue, 13 Oct 2020 20:28:52 +0200 Subject: First commit --- static/manifest.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 static/manifest.json (limited to 'static/manifest.json') diff --git a/static/manifest.json b/static/manifest.json new file mode 100644 index 0000000..9378523 --- /dev/null +++ b/static/manifest.json @@ -0,0 +1,21 @@ +{ + "background_color": "#464a47", + "theme_color": "#5ac775", + "name": "Aurora Data", + "short_name": "aurora data", + "display": "standalone", + "start_url": "/", + "orientation": "portrait", + "icons": [ + { + "src": "logo-192.png", + "sizes": "192x192", + "type": "image/png" + }, + { + "src": "logo-512.png", + "sizes": "512x512", + "type": "image/png" + } + ] +} -- cgit v1.2.3