diff --git a/web/index.html b/web/index.html
index 8387a4e..e5ff445 100644
--- a/web/index.html
+++ b/web/index.html
@@ -2,7 +2,13 @@
-
+
+
+
+
+
+
+
Sybil
diff --git a/web/public/manifest.webmanifest b/web/public/manifest.webmanifest
new file mode 100644
index 0000000..608b37f
--- /dev/null
+++ b/web/public/manifest.webmanifest
@@ -0,0 +1,9 @@
+{
+ "name": "Sybil",
+ "short_name": "Sybil",
+ "start_url": "/",
+ "scope": "/",
+ "display": "standalone",
+ "background_color": "#ffffff",
+ "theme_color": "#0f172a"
+}