diff --git a/favicon.ico b/favicon.ico new file mode 100644 index 0000000..b06b446 Binary files /dev/null and b/favicon.ico differ diff --git a/img/192.png b/img/192.png deleted file mode 100644 index 68b4ae5..0000000 Binary files a/img/192.png and /dev/null differ diff --git a/img/512.png b/img/512.png deleted file mode 100644 index a59c3ec..0000000 Binary files a/img/512.png and /dev/null differ diff --git a/img/favicon-128.png b/img/favicon-128.png new file mode 100644 index 0000000..08a2116 Binary files /dev/null and b/img/favicon-128.png differ diff --git a/img/favicon-152.png b/img/favicon-152.png new file mode 100644 index 0000000..4137fda Binary files /dev/null and b/img/favicon-152.png differ diff --git a/img/favicon-167.png b/img/favicon-167.png new file mode 100644 index 0000000..cee09d8 Binary files /dev/null and b/img/favicon-167.png differ diff --git a/img/favicon-180.png b/img/favicon-180.png new file mode 100644 index 0000000..47147bc Binary files /dev/null and b/img/favicon-180.png differ diff --git a/img/favicon-192.png b/img/favicon-192.png new file mode 100644 index 0000000..876941d Binary files /dev/null and b/img/favicon-192.png differ diff --git a/img/favicon-196.png b/img/favicon-196.png new file mode 100644 index 0000000..1d27fa5 Binary files /dev/null and b/img/favicon-196.png differ diff --git a/img/favicon-32.png b/img/favicon-32.png new file mode 100644 index 0000000..764bb36 Binary files /dev/null and b/img/favicon-32.png differ diff --git a/img/favicon-512.png b/img/favicon-512.png new file mode 100644 index 0000000..124adf7 Binary files /dev/null and b/img/favicon-512.png differ diff --git a/index.html b/index.html index 0bfb4dd..4f664e7 100644 --- a/index.html +++ b/index.html @@ -10,8 +10,20 @@ + + + + + + + + + + + + + - diff --git a/manifest.json b/manifest.json index 94f06a7..b6763ed 100644 --- a/manifest.json +++ b/manifest.json @@ -8,11 +8,11 @@ "theme_color": "#def2d9", "icons": [ { - "src": "/img/192.png", + "src": "/img/favicon-192.png", "sizes": "192x192" }, { - "src": "/img/512.png", + "src": "/img/favicon-512.png", "sizes": "512x512" } ]