diff --git a/api/http/handler/file.go b/api/http/handler/file.go
index 488a3968e..2191169ac 100644
--- a/api/http/handler/file.go
+++ b/api/http/handler/file.go
@@ -30,6 +30,7 @@ func NewFileHandler(assetPath string) *FileHandler {
"/js": true,
"/images": true,
"/fonts": true,
+ "/ico": true,
},
}
return h
diff --git a/assets/ico/android-chrome-192x192.png b/assets/ico/android-chrome-192x192.png
new file mode 100644
index 000000000..abf81c516
Binary files /dev/null and b/assets/ico/android-chrome-192x192.png differ
diff --git a/assets/ico/android-chrome-256x256.png b/assets/ico/android-chrome-256x256.png
new file mode 100644
index 000000000..8770d7d3b
Binary files /dev/null and b/assets/ico/android-chrome-256x256.png differ
diff --git a/assets/ico/apple-touch-icon-precomposed.png b/assets/ico/apple-touch-icon-precomposed.png
deleted file mode 100644
index 4da47e22c..000000000
Binary files a/assets/ico/apple-touch-icon-precomposed.png and /dev/null differ
diff --git a/assets/ico/apple-touch-icon.png b/assets/ico/apple-touch-icon.png
new file mode 100644
index 000000000..6ca3086cd
Binary files /dev/null and b/assets/ico/apple-touch-icon.png differ
diff --git a/assets/ico/browserconfig.xml b/assets/ico/browserconfig.xml
new file mode 100644
index 000000000..f9aefe5b5
--- /dev/null
+++ b/assets/ico/browserconfig.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+ #2d89ef
+
+
+
diff --git a/assets/ico/favicon-16x16.png b/assets/ico/favicon-16x16.png
new file mode 100644
index 000000000..192339c24
Binary files /dev/null and b/assets/ico/favicon-16x16.png differ
diff --git a/assets/ico/favicon-32x32.png b/assets/ico/favicon-32x32.png
new file mode 100644
index 000000000..25c2aeeb1
Binary files /dev/null and b/assets/ico/favicon-32x32.png differ
diff --git a/assets/ico/favicon.ico b/assets/ico/favicon.ico
index 942ba394b..512d8b51b 100644
Binary files a/assets/ico/favicon.ico and b/assets/ico/favicon.ico differ
diff --git a/assets/ico/manifest.json b/assets/ico/manifest.json
new file mode 100644
index 000000000..e753aeb6b
--- /dev/null
+++ b/assets/ico/manifest.json
@@ -0,0 +1,18 @@
+{
+ "name": "Portainer",
+ "icons": [
+ {
+ "src": "/ico/android-chrome-192x192.png",
+ "sizes": "192x192",
+ "type": "image/png"
+ },
+ {
+ "src": "/ico/android-chrome-256x256.png",
+ "sizes": "256x256",
+ "type": "image/png"
+ }
+ ],
+ "theme_color": "#ffffff",
+ "background_color": "#ffffff",
+ "display": "standalone"
+}
\ No newline at end of file
diff --git a/assets/ico/mstile-150x150.png b/assets/ico/mstile-150x150.png
new file mode 100644
index 000000000..f3670168a
Binary files /dev/null and b/assets/ico/mstile-150x150.png differ
diff --git a/assets/ico/safari-pinned-tab.svg b/assets/ico/safari-pinned-tab.svg
new file mode 100644
index 000000000..79ce7b6fa
--- /dev/null
+++ b/assets/ico/safari-pinned-tab.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/assets/images/logo_ico.png b/assets/images/logo_ico.png
new file mode 100644
index 000000000..c233495c2
Binary files /dev/null and b/assets/images/logo_ico.png differ
diff --git a/index.html b/index.html
index 3008dc9c1..f120e0164 100644
--- a/index.html
+++ b/index.html
@@ -24,8 +24,14 @@
-
-
+
+
+
+
+
+
+
+