From cc2583aa855b9f70f22090fd1169c670375ab98d Mon Sep 17 00:00:00 2001 From: Pierre-Olivier Mercier Date: Wed, 18 Jan 2023 17:15:17 +0100 Subject: [PATCH] ui: Readd previous manifest --- ui/static/manifest.json | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 ui/static/manifest.json diff --git a/ui/static/manifest.json b/ui/static/manifest.json new file mode 100644 index 0000000..8eb4651 --- /dev/null +++ b/ui/static/manifest.json @@ -0,0 +1,26 @@ +{ + "background_color": "#343a40", + "theme_color": "#1cb487", + "description": "Finaly a simple interface for domain names.", + "display": "fullscreen", + "icons": [ + { + "src": "/img/icons/apple-touch-icon-180x180.png", + "sizes": "180x180", + "type": "image/png" + }, + { + "src": "/img/icons/android-chrome-192x192.png", + "sizes": "192x192", + "type": "image/png" + }, + { + "src": "/img/icons/android-chrome-512x512.png", + "sizes": "512x512", + "type": "image/png" + } + ], + "name": "happyDomain", + "short_name": "happyDomain", + "start_url": "/" +}