diff --git a/_includes/headertop.html b/_includes/headertop.html index bf2150c17b..547ecdf019 100644 --- a/_includes/headertop.html +++ b/_includes/headertop.html @@ -10,6 +10,13 @@ + + + + + + + diff --git a/resources/android-chrome-192x192.png b/resources/android-chrome-192x192.png new file mode 100644 index 0000000000..60d23b7247 Binary files /dev/null and b/resources/android-chrome-192x192.png differ diff --git a/resources/android-chrome-512x512.png b/resources/android-chrome-512x512.png new file mode 100644 index 0000000000..f48239dbad Binary files /dev/null and b/resources/android-chrome-512x512.png differ diff --git a/resources/apple-touch-icon.png b/resources/apple-touch-icon.png new file mode 100644 index 0000000000..63ae67bc6d Binary files /dev/null and b/resources/apple-touch-icon.png differ diff --git a/resources/browserconfig.xml b/resources/browserconfig.xml new file mode 100644 index 0000000000..6c3340f024 --- /dev/null +++ b/resources/browserconfig.xml @@ -0,0 +1,9 @@ + + + + + + #2d89ef + + + diff --git a/resources/favicon-16x16.png b/resources/favicon-16x16.png new file mode 100644 index 0000000000..8586591f41 Binary files /dev/null and b/resources/favicon-16x16.png differ diff --git a/resources/favicon-32x32.png b/resources/favicon-32x32.png new file mode 100644 index 0000000000..6cabba97f1 Binary files /dev/null and b/resources/favicon-32x32.png differ diff --git a/resources/favicon.ico b/resources/favicon.ico index 8c40f32b07..a89bfc3cba 100644 Binary files a/resources/favicon.ico and b/resources/favicon.ico differ diff --git a/resources/mstile-150x150.png b/resources/mstile-150x150.png new file mode 100644 index 0000000000..5a826017cf Binary files /dev/null and b/resources/mstile-150x150.png differ diff --git a/resources/safari-pinned-tab.svg b/resources/safari-pinned-tab.svg new file mode 100644 index 0000000000..c3c13efb62 --- /dev/null +++ b/resources/safari-pinned-tab.svg @@ -0,0 +1,54 @@ + + + + +Created by potrace 1.11, written by Peter Selinger 2001-2013 + + + + + diff --git a/resources/site.webmanifest b/resources/site.webmanifest new file mode 100644 index 0000000000..066bd7a362 --- /dev/null +++ b/resources/site.webmanifest @@ -0,0 +1,19 @@ +{ + "name": "", + "short_name": "", + "icons": [ + { + "src": "/resources/android-chrome-192x192.png", + "sizes": "192x192", + "type": "image/png" + }, + { + "src": "/resources/android-chrome-512x512.png", + "sizes": "512x512", + "type": "image/png" + } + ], + "theme_color": "#ffffff", + "background_color": "#ffffff", + "display": "standalone" +}