diff --git a/img/icons/android-chrome-192x192.png b/img/icons/android-chrome-192x192.png new file mode 100644 index 0000000..f3f8bb4 Binary files /dev/null and b/img/icons/android-chrome-192x192.png differ diff --git a/img/icons/android-chrome-512x512.png b/img/icons/android-chrome-512x512.png new file mode 100644 index 0000000..7d29c63 Binary files /dev/null and b/img/icons/android-chrome-512x512.png differ diff --git a/img/icons/apple-touch-icon.png b/img/icons/apple-touch-icon.png new file mode 100644 index 0000000..2e50fa7 Binary files /dev/null and b/img/icons/apple-touch-icon.png differ diff --git a/img/icons/browserconfig.xml b/img/icons/browserconfig.xml new file mode 100644 index 0000000..0e80312 --- /dev/null +++ b/img/icons/browserconfig.xml @@ -0,0 +1,9 @@ + + + + + + #d56f2a + + + diff --git a/img/icons/favicon-16x16.png b/img/icons/favicon-16x16.png new file mode 100644 index 0000000..325c13c Binary files /dev/null and b/img/icons/favicon-16x16.png differ diff --git a/img/icons/favicon-32x32.png b/img/icons/favicon-32x32.png new file mode 100644 index 0000000..9b2ed88 Binary files /dev/null and b/img/icons/favicon-32x32.png differ diff --git a/img/icons/favicon.ico b/img/icons/favicon.ico new file mode 100644 index 0000000..239ff25 Binary files /dev/null and b/img/icons/favicon.ico differ diff --git a/img/icons/html_code.html b/img/icons/html_code.html new file mode 100644 index 0000000..24d411e --- /dev/null +++ b/img/icons/html_code.html @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/img/icons/mstile-150x150.png b/img/icons/mstile-150x150.png new file mode 100644 index 0000000..b24bc7e Binary files /dev/null and b/img/icons/mstile-150x150.png differ diff --git a/img/icons/safari-pinned-tab.svg b/img/icons/safari-pinned-tab.svg new file mode 100644 index 0000000..331d0b6 --- /dev/null +++ b/img/icons/safari-pinned-tab.svg @@ -0,0 +1,307 @@ + + + + +Created by potrace 1.14, written by Peter Selinger 2001-2017 + + + + + + diff --git a/img/icons/site.webmanifest b/img/icons/site.webmanifest new file mode 100644 index 0000000..994d3d2 --- /dev/null +++ b/img/icons/site.webmanifest @@ -0,0 +1,18 @@ +{ + "name": "Revuo Monero", + "short_name": "Revuo Monero", + "icons": [ + { + "src": "/android-chrome-192x192.png", + "sizes": "192x192", + "type": "image/png" + }, + { + "src": "/android-chrome-512x512.png", + "sizes": "512x512", + "type": "image/png" + } + ], + "theme_color": "#2f3136", + "background_color": "#2f3136" +}