diff --git a/_includes/favicons.html b/_includes/favicons.html
index 201f6d80..9635b7a3 100644
--- a/_includes/favicons.html
+++ b/_includes/favicons.html
@@ -5,9 +5,9 @@
{% capture favicon_path %}{{ '/assets/img/favicons' | relative_url }}{% endcapture %}
-
-
-
+
+
+
diff --git a/assets/img/favicons/site.webmanifest b/assets/img/favicons/site.webmanifest
index 03c6113b..62798764 100644
--- a/assets/img/favicons/site.webmanifest
+++ b/assets/img/favicons/site.webmanifest
@@ -8,17 +8,6 @@ layout: compress
"name": "{{ site.title }}",
"short_name": "{{ site.title }}",
"description": "{{ site.description }}",
- "icons": [
- {
- "src": "{{ favicon_path }}/android-chrome-192x192.png",
- "sizes": "192x192",
- "type": "image/png"
- },
- {
- "src": "{{ favicon_path }}/android-chrome-512x512.png",
- "sizes": "512x512",
- "type": "image/png"
- }],
"start_url": "{{ '/index.html' | relative_url }}",
"theme_color": "#2a1e6b",
"background_color": "#ffffff",
diff --git a/assets/js/data/swcache.js b/assets/js/data/swcache.js
index ec648a02..4d2ca66e 100644
--- a/assets/js/data/swcache.js
+++ b/assets/js/data/swcache.js
@@ -29,11 +29,6 @@ const resource = [
/* --- Favicons --- */
{% assign favicon_path = "/assets/img/favicons" | relative_url %}
- '{{ favicon_path }}/android-chrome-192x192.png',
- '{{ favicon_path }}/android-chrome-512x512.png',
- '{{ favicon_path }}/apple-touch-icon.png',
- '{{ favicon_path }}/favicon-16x16.png',
- '{{ favicon_path }}/favicon-32x32.png',
'{{ favicon_path }}/favicon.ico',
'{{ favicon_path }}/mstile-150x150.png',
'{{ favicon_path }}/site.webmanifest',