diff --git a/public/index.html b/public/index.html
index a2c4584..64ab02b 100644
--- a/public/index.html
+++ b/public/index.html
@@ -11,7 +11,9 @@
-
+
+
+
diff --git a/public/manifest.json b/public/manifest.json
index 5198d81..7bc67ad 100644
--- a/public/manifest.json
+++ b/public/manifest.json
@@ -26,7 +26,7 @@
}
],
"background_color": "#efefef",
- "display": "minimal-ui",
+ "display": "standalone",
"theme_color": "#3367d6",
"screenshots" : [
{
@@ -86,5 +86,10 @@
},
"launch_handler": {
"client_mode": "focus-existing"
- }
+ },
+ "start_url": "/",
+ "orientation": "any",
+ "categories": ["utilities", "productivity"],
+ "prefer_related_applications": false,
+ "display_override": ["window-controls-overlay", "standalone"]
}