diff --git a/static/icon/.gitkeep b/static/icon/.gitkeep
new file mode 100644
index 0000000..8b13789
--- /dev/null
+++ b/static/icon/.gitkeep
@@ -0,0 +1 @@
+
diff --git a/static/icon/192x192.png b/static/icon/192x192.png
new file mode 100644
index 0000000..27ccc08
Binary files /dev/null and b/static/icon/192x192.png differ
diff --git a/static/manifest.json b/static/manifest.json
new file mode 100644
index 0000000..e13c6e3
--- /dev/null
+++ b/static/manifest.json
@@ -0,0 +1,14 @@
+{
+ "short_name": "LiberChat",
+ "name": "LiberChat",
+ "display": "standalone",
+ "start_url": "index.html",
+ "icons": [
+ {
+ "src": "icon/192x192.png",
+ "sizes": "192x192",
+ "type": "image/png"
+ }
+ ]
+ }
+
\ No newline at end of file