diff --git a/_includes/head.html b/_includes/head.html index 3fa8d8e7..cea2a53b 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -14,6 +14,25 @@ + + + + + + + + + + + + + + + + + + + diff --git a/android-chrome-144x144.png b/android-chrome-144x144.png new file mode 100644 index 00000000..45ffdb60 Binary files /dev/null and b/android-chrome-144x144.png differ diff --git a/android-chrome-192x192.png b/android-chrome-192x192.png new file mode 100644 index 00000000..f52615e2 Binary files /dev/null and b/android-chrome-192x192.png differ diff --git a/android-chrome-36x36.png b/android-chrome-36x36.png new file mode 100644 index 00000000..1ee09708 Binary files /dev/null and b/android-chrome-36x36.png differ diff --git a/android-chrome-48x48.png b/android-chrome-48x48.png new file mode 100644 index 00000000..22bb0d09 Binary files /dev/null and b/android-chrome-48x48.png differ diff --git a/android-chrome-72x72.png b/android-chrome-72x72.png new file mode 100644 index 00000000..f14a0946 Binary files /dev/null and b/android-chrome-72x72.png differ diff --git a/android-chrome-96x96.png b/android-chrome-96x96.png new file mode 100644 index 00000000..e472d483 Binary files /dev/null and b/android-chrome-96x96.png differ diff --git a/apple-touch-icon-114x114.png b/apple-touch-icon-114x114.png new file mode 100644 index 00000000..55023c27 Binary files /dev/null and b/apple-touch-icon-114x114.png differ diff --git a/apple-touch-icon-120x120.png b/apple-touch-icon-120x120.png new file mode 100644 index 00000000..c2ec6c7d Binary files /dev/null and b/apple-touch-icon-120x120.png differ diff --git a/apple-touch-icon-144x144.png b/apple-touch-icon-144x144.png new file mode 100644 index 00000000..8c6ca13a Binary files /dev/null and b/apple-touch-icon-144x144.png differ diff --git a/apple-touch-icon-152x152.png b/apple-touch-icon-152x152.png new file mode 100644 index 00000000..476cde0d Binary files /dev/null and b/apple-touch-icon-152x152.png differ diff --git a/apple-touch-icon-180x180.png b/apple-touch-icon-180x180.png new file mode 100644 index 00000000..bef21a4a Binary files /dev/null and b/apple-touch-icon-180x180.png differ diff --git a/apple-touch-icon-57x57.png b/apple-touch-icon-57x57.png new file mode 100644 index 00000000..2e0de010 Binary files /dev/null and b/apple-touch-icon-57x57.png differ diff --git a/apple-touch-icon-60x60.png b/apple-touch-icon-60x60.png new file mode 100644 index 00000000..58fb0b8c Binary files /dev/null and b/apple-touch-icon-60x60.png differ diff --git a/apple-touch-icon-72x72.png b/apple-touch-icon-72x72.png new file mode 100644 index 00000000..ffb98339 Binary files /dev/null and b/apple-touch-icon-72x72.png differ diff --git a/apple-touch-icon-76x76.png b/apple-touch-icon-76x76.png new file mode 100644 index 00000000..56c988ce Binary files /dev/null and b/apple-touch-icon-76x76.png differ diff --git a/apple-touch-icon-precomposed.png b/apple-touch-icon-precomposed.png new file mode 100644 index 00000000..288a93e2 Binary files /dev/null and b/apple-touch-icon-precomposed.png differ diff --git a/apple-touch-icon.png b/apple-touch-icon.png new file mode 100644 index 00000000..bef21a4a Binary files /dev/null and b/apple-touch-icon.png differ diff --git a/favicon-16x16.png b/favicon-16x16.png new file mode 100644 index 00000000..6ff381c5 Binary files /dev/null and b/favicon-16x16.png differ diff --git a/favicon-194x194.png b/favicon-194x194.png new file mode 100644 index 00000000..e4fbcc6d Binary files /dev/null and b/favicon-194x194.png differ diff --git a/favicon-32x32.png b/favicon-32x32.png new file mode 100644 index 00000000..1b45e651 Binary files /dev/null and b/favicon-32x32.png differ diff --git a/favicon-96x96.png b/favicon-96x96.png new file mode 100644 index 00000000..f7c5974d Binary files /dev/null and b/favicon-96x96.png differ diff --git a/favicon.ico b/favicon.ico new file mode 100644 index 00000000..de699129 Binary files /dev/null and b/favicon.ico differ diff --git a/manifest.json b/manifest.json new file mode 100644 index 00000000..ebe65953 --- /dev/null +++ b/manifest.json @@ -0,0 +1,41 @@ +{ + "name": "GetMonero.org", + "icons": [ + { + "src": "\/android-chrome-36x36.png", + "sizes": "36x36", + "type": "image\/png", + "density": "0.75" + }, + { + "src": "\/android-chrome-48x48.png", + "sizes": "48x48", + "type": "image\/png", + "density": "1.0" + }, + { + "src": "\/android-chrome-72x72.png", + "sizes": "72x72", + "type": "image\/png", + "density": "1.5" + }, + { + "src": "\/android-chrome-96x96.png", + "sizes": "96x96", + "type": "image\/png", + "density": "2.0" + }, + { + "src": "\/android-chrome-144x144.png", + "sizes": "144x144", + "type": "image\/png", + "density": "3.0" + }, + { + "src": "\/android-chrome-192x192.png", + "sizes": "192x192", + "type": "image\/png", + "density": "4.0" + } + ] +} diff --git a/mstile-144x144.png b/mstile-144x144.png new file mode 100644 index 00000000..fae991a5 Binary files /dev/null and b/mstile-144x144.png differ