diff --git a/app/template/common/header.html b/app/template/common/header.html
index 6e7b7f0..817419f 100755
--- a/app/template/common/header.html
+++ b/app/template/common/header.html
@@ -18,6 +18,7 @@
+
diff --git a/static/images/common/ico-128x128.png b/static/images/common/ico-128x128.png
new file mode 100644
index 0000000..6a33a40
Binary files /dev/null and b/static/images/common/ico-128x128.png differ
diff --git a/static/images/common/ico-144x144.png b/static/images/common/ico-144x144.png
new file mode 100644
index 0000000..d6f7bd5
Binary files /dev/null and b/static/images/common/ico-144x144.png differ
diff --git a/static/images/common/ico-152x152.png b/static/images/common/ico-152x152.png
new file mode 100644
index 0000000..a697e87
Binary files /dev/null and b/static/images/common/ico-152x152.png differ
diff --git a/static/images/common/ico-192x192.png b/static/images/common/ico-192x192.png
new file mode 100644
index 0000000..692a79b
Binary files /dev/null and b/static/images/common/ico-192x192.png differ
diff --git a/static/images/common/ico-256x256.png b/static/images/common/ico-256x256.png
new file mode 100644
index 0000000..6323e6e
Binary files /dev/null and b/static/images/common/ico-256x256.png differ
diff --git a/static/images/common/ico-512x512.png b/static/images/common/ico-512x512.png
new file mode 100644
index 0000000..7975ccf
Binary files /dev/null and b/static/images/common/ico-512x512.png differ
diff --git a/static/manifest.json b/static/manifest.json
new file mode 100644
index 0000000..f22d4da
--- /dev/null
+++ b/static/manifest.json
@@ -0,0 +1,33 @@
+{
+ "name": "KodExplorer",
+ "short_name": "KodExplorer",
+ "icons": [{
+ "src": "./images/common/ico-128X128.png",
+ "sizes": "128x128",
+ "type": "image/png"
+ }, {
+ "src": "./images/common/ico-144X144.png",
+ "sizes": "144x144",
+ "type": "image/png"
+ }, {
+ "src": "./images/common/ico-152X152.png",
+ "sizes": "152x152",
+ "type": "image/png"
+ }, {
+ "src": "./images/common/ico-192X192.png",
+ "sizes": "192x192",
+ "type": "image/png"
+ }, {
+ "src": "./images/common/ico-256X256.png",
+ "sizes": "256x256",
+ "type": "image/png"
+ }, {
+ "src": "./images/common/ico-512x512.png",
+ "sizes": "512x512",
+ "type": "image/png"
+ }],
+ "start_url": "/index.php",
+ "display": "standalone",
+ "background_color": "#FFFFFF",
+ "theme_color": "#000000"
+}
\ No newline at end of file