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