diff --git a/changedetectionio/static/favicons/android-chrome-192x192.png b/changedetectionio/static/favicons/android-chrome-192x192.png new file mode 100644 index 000000000..3fc5b822c Binary files /dev/null and b/changedetectionio/static/favicons/android-chrome-192x192.png differ diff --git a/changedetectionio/static/favicons/android-chrome-256x256.png b/changedetectionio/static/favicons/android-chrome-256x256.png new file mode 100644 index 000000000..e0a2b0821 Binary files /dev/null and b/changedetectionio/static/favicons/android-chrome-256x256.png differ diff --git a/changedetectionio/static/favicons/apple-touch-icon.png b/changedetectionio/static/favicons/apple-touch-icon.png new file mode 100644 index 000000000..8f6b4a797 Binary files /dev/null and b/changedetectionio/static/favicons/apple-touch-icon.png differ diff --git a/changedetectionio/static/favicons/browserconfig.xml b/changedetectionio/static/favicons/browserconfig.xml new file mode 100644 index 000000000..02d40fa08 --- /dev/null +++ b/changedetectionio/static/favicons/browserconfig.xml @@ -0,0 +1,9 @@ + + + + + + #da532c + + + diff --git a/changedetectionio/static/favicons/favicon-16x16.png b/changedetectionio/static/favicons/favicon-16x16.png new file mode 100644 index 000000000..053f17e53 Binary files /dev/null and b/changedetectionio/static/favicons/favicon-16x16.png differ diff --git a/changedetectionio/static/favicons/favicon-32x32.png b/changedetectionio/static/favicons/favicon-32x32.png new file mode 100644 index 000000000..4438173b3 Binary files /dev/null and b/changedetectionio/static/favicons/favicon-32x32.png differ diff --git a/changedetectionio/static/favicons/favicon.ico b/changedetectionio/static/favicons/favicon.ico new file mode 100644 index 000000000..1b358c608 Binary files /dev/null and b/changedetectionio/static/favicons/favicon.ico differ diff --git a/changedetectionio/static/favicons/mstile-150x150.png b/changedetectionio/static/favicons/mstile-150x150.png new file mode 100644 index 000000000..2e201f9ac Binary files /dev/null and b/changedetectionio/static/favicons/mstile-150x150.png differ diff --git a/changedetectionio/static/favicons/safari-pinned-tab.svg b/changedetectionio/static/favicons/safari-pinned-tab.svg new file mode 100644 index 000000000..648b5c542 --- /dev/null +++ b/changedetectionio/static/favicons/safari-pinned-tab.svg @@ -0,0 +1,35 @@ + + + + +Created by potrace 1.14, written by Peter Selinger 2001-2017 + + + + + + diff --git a/changedetectionio/static/favicons/site.webmanifest b/changedetectionio/static/favicons/site.webmanifest new file mode 100644 index 000000000..6d25c20e0 --- /dev/null +++ b/changedetectionio/static/favicons/site.webmanifest @@ -0,0 +1,19 @@ +{ + "name": "", + "short_name": "", + "icons": [ + { + "src": "android-chrome-192x192.png", + "sizes": "192x192", + "type": "image/png" + }, + { + "src": "android-chrome-256x256.png", + "sizes": "256x256", + "type": "image/png" + } + ], + "theme_color": "#ffffff", + "background_color": "#ffffff", + "display": "standalone" +} diff --git a/changedetectionio/static/images/favicon.ico b/changedetectionio/static/images/favicon.ico deleted file mode 100644 index 204eabce1..000000000 Binary files a/changedetectionio/static/images/favicon.ico and /dev/null differ diff --git a/changedetectionio/templates/base.html b/changedetectionio/templates/base.html index 9a9c65414..c95432594 100644 --- a/changedetectionio/templates/base.html +++ b/changedetectionio/templates/base.html @@ -13,6 +13,17 @@ {% endfor %} {% endif %} + + + + + + + + + + +