diff --git a/html/index.html b/html/index.html
index 51fa8893..353d6a83 100644
--- a/html/index.html
+++ b/html/index.html
@@ -9,6 +9,7 @@
+
diff --git a/img/favicon/favicon-256.png b/img/favicon/favicon-256.png
new file mode 100644
index 00000000..4e01d43c
Binary files /dev/null and b/img/favicon/favicon-256.png differ
diff --git a/static/manifest.json b/static/manifest.json
new file mode 100644
index 00000000..13feb092
--- /dev/null
+++ b/static/manifest.json
@@ -0,0 +1,14 @@
+{
+ "short_name": "CloudCMD",
+ "name": "Cloud Commander",
+ "display": "standalone",
+ "start_url": "..",
+ "icons": [
+ {
+ "src": "../img/favicon/favicon-256.png",
+ "type": "image/png",
+ "sizes": "256x256"
+ }
+ ]
+ }
+