diff options
author | Devaev Maxim <[email protected]> | 2018-11-13 23:55:01 +0300 |
---|---|---|
committer | Devaev Maxim <[email protected]> | 2018-11-13 23:55:01 +0300 |
commit | 49a09a6ba168ada706999e9955b531b975edbd5f (patch) | |
tree | cf75dd0aed204362ac0fd55f8cf3e1db97d9adad | |
parent | a439e9e30ace41ae454c3f414b891a85aa9e6ee7 (diff) |
favicon
-rw-r--r-- | web/android-chrome-192x192.png | bin | 0 -> 6197 bytes | |||
-rw-r--r-- | web/apple-touch-icon.png | bin | 2628 -> 2376 bytes | |||
-rw-r--r-- | web/browserconfig.xml | 9 | ||||
-rw-r--r-- | web/favicon-16x16.png | bin | 638 -> 638 bytes | |||
-rw-r--r-- | web/favicon-32x32.png | bin | 937 -> 937 bytes | |||
-rw-r--r-- | web/index.html | 3 | ||||
-rw-r--r-- | web/mstile-150x150.png | bin | 0 -> 3678 bytes | |||
-rw-r--r-- | web/site.webmanifest | 14 |
8 files changed, 26 insertions, 0 deletions
diff --git a/web/android-chrome-192x192.png b/web/android-chrome-192x192.png Binary files differnew file mode 100644 index 00000000..2473df5c --- /dev/null +++ b/web/android-chrome-192x192.png diff --git a/web/apple-touch-icon.png b/web/apple-touch-icon.png Binary files differindex 0efe6ece..207dc65e 100644 --- a/web/apple-touch-icon.png +++ b/web/apple-touch-icon.png diff --git a/web/browserconfig.xml b/web/browserconfig.xml new file mode 100644 index 00000000..fcb73892 --- /dev/null +++ b/web/browserconfig.xml @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="utf-8"?> +<browserconfig> + <msapplication> + <tile> + <square150x150logo src="/mstile-150x150.png"/> + <TileColor>#2b5797</TileColor> + </tile> + </msapplication> +</browserconfig> diff --git a/web/favicon-16x16.png b/web/favicon-16x16.png Binary files differindex 35b105ee..adc66e3e 100644 --- a/web/favicon-16x16.png +++ b/web/favicon-16x16.png diff --git a/web/favicon-32x32.png b/web/favicon-32x32.png Binary files differindex 1575a4df..5fec1005 100644 --- a/web/favicon-32x32.png +++ b/web/favicon-32x32.png diff --git a/web/index.html b/web/index.html index 16d6d97e..d6cf0550 100644 --- a/web/index.html +++ b/web/index.html @@ -7,7 +7,10 @@ <link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png"> <link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png"> <link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png"> + <link rel="manifest" href="/site.webmanifest"> <link rel="mask-icon" href="/safari-pinned-tab.svg" color="#5bbad5"> + <meta name="msapplication-TileColor" content="#2b5797"> + <meta name="theme-color" content="#ffffff"> <link rel="stylesheet" href="css/vars.css"> <link rel="stylesheet" href="css/main.css"> diff --git a/web/mstile-150x150.png b/web/mstile-150x150.png Binary files differnew file mode 100644 index 00000000..353ef691 --- /dev/null +++ b/web/mstile-150x150.png diff --git a/web/site.webmanifest b/web/site.webmanifest new file mode 100644 index 00000000..409a6c2e --- /dev/null +++ b/web/site.webmanifest @@ -0,0 +1,14 @@ +{ + "name": "", + "short_name": "", + "icons": [ + { + "src": "/android-chrome-192x192.png", + "sizes": "192x192", + "type": "image/png" + } + ], + "theme_color": "#ffffff", + "background_color": "#ffffff", + "display": "standalone" +} |