From 0adb904c86c9955496aa27fbd421a171493c75f8 Mon Sep 17 00:00:00 2001 From: cutls Date: Sat, 8 Feb 2020 01:14:12 +0900 Subject: [PATCH] PWA: manifest.json --- app/manifest.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 app/manifest.json diff --git a/app/manifest.json b/app/manifest.json new file mode 100644 index 00000000..b1fb18bf --- /dev/null +++ b/app/manifest.json @@ -0,0 +1,9 @@ +{ + "name": "TheDesk", + "short_name": "TheDesk", + "theme_color": "#212121", + "background_color": "#212121", + "display": "standalone", + "scope": "/", + "start_url": "/" + } \ No newline at end of file