diff options
Diffstat (limited to 'favicons')
| -rw-r--r-- | favicons/android-chrome-192x192.png | bin | 0 -> 34108 bytes | |||
| -rw-r--r-- | favicons/android-chrome-384x384.png | bin | 0 -> 101381 bytes | |||
| -rw-r--r-- | favicons/apple-touch-icon.png | bin | 0 -> 31104 bytes | |||
| -rw-r--r-- | favicons/browserconfig.xml | 9 | ||||
| -rw-r--r-- | favicons/favicon-16x16.png | bin | 0 -> 918 bytes | |||
| -rw-r--r-- | favicons/favicon-32x32.png | bin | 0 -> 2217 bytes | |||
| -rw-r--r-- | favicons/favicon.ico | bin | 0 -> 12014 bytes | |||
| -rw-r--r-- | favicons/mstile-150x150.png | bin | 0 -> 22942 bytes | |||
| -rw-r--r-- | favicons/site.webmanifest | 19 |
9 files changed, 28 insertions, 0 deletions
diff --git a/favicons/android-chrome-192x192.png b/favicons/android-chrome-192x192.png Binary files differnew file mode 100644 index 0000000..c8c055b --- /dev/null +++ b/favicons/android-chrome-192x192.png diff --git a/favicons/android-chrome-384x384.png b/favicons/android-chrome-384x384.png Binary files differnew file mode 100644 index 0000000..333d3f2 --- /dev/null +++ b/favicons/android-chrome-384x384.png diff --git a/favicons/apple-touch-icon.png b/favicons/apple-touch-icon.png Binary files differnew file mode 100644 index 0000000..fae9c77 --- /dev/null +++ b/favicons/apple-touch-icon.png diff --git a/favicons/browserconfig.xml b/favicons/browserconfig.xml new file mode 100644 index 0000000..0f7880d --- /dev/null +++ b/favicons/browserconfig.xml @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="utf-8"?> +<browserconfig> + <msapplication> + <tile> + <square150x150logo src="/favicons/mstile-150x150.png"/> + <TileColor>#603cba</TileColor> + </tile> + </msapplication> +</browserconfig> diff --git a/favicons/favicon-16x16.png b/favicons/favicon-16x16.png Binary files differnew file mode 100644 index 0000000..0969f25 --- /dev/null +++ b/favicons/favicon-16x16.png diff --git a/favicons/favicon-32x32.png b/favicons/favicon-32x32.png Binary files differnew file mode 100644 index 0000000..5a0ba32 --- /dev/null +++ b/favicons/favicon-32x32.png diff --git a/favicons/favicon.ico b/favicons/favicon.ico Binary files differnew file mode 100644 index 0000000..391c900 --- /dev/null +++ b/favicons/favicon.ico diff --git a/favicons/mstile-150x150.png b/favicons/mstile-150x150.png Binary files differnew file mode 100644 index 0000000..fcce91d --- /dev/null +++ b/favicons/mstile-150x150.png diff --git a/favicons/site.webmanifest b/favicons/site.webmanifest new file mode 100644 index 0000000..79ad15d --- /dev/null +++ b/favicons/site.webmanifest @@ -0,0 +1,19 @@ +{ + "name": "", + "short_name": "", + "icons": [ + { + "src": "/favicons/android-chrome-192x192.png", + "sizes": "192x192", + "type": "image/png" + }, + { + "src": "/favicons/android-chrome-384x384.png", + "sizes": "384x384", + "type": "image/png" + } + ], + "theme_color": "#ffffff", + "background_color": "#ffffff", + "display": "standalone" +} |
