diff --git a/favicon.ico b/favicon.ico new file mode 100644 index 0000000..f150b10 Binary files /dev/null and b/favicon.ico differ diff --git a/index.html b/index.html index 8e63e80..7f38016 100644 --- a/index.html +++ b/index.html @@ -13,6 +13,15 @@ + + + + + + + + + diff --git a/src/favicons/android-chrome-192x192.png b/src/favicons/android-chrome-192x192.png new file mode 100644 index 0000000..dc8c300 Binary files /dev/null and b/src/favicons/android-chrome-192x192.png differ diff --git a/src/favicons/android-chrome-512x512.png b/src/favicons/android-chrome-512x512.png new file mode 100644 index 0000000..96381e2 Binary files /dev/null and b/src/favicons/android-chrome-512x512.png differ diff --git a/src/favicons/apple-touch-icon-120x120.png b/src/favicons/apple-touch-icon-120x120.png new file mode 100644 index 0000000..121529a Binary files /dev/null and b/src/favicons/apple-touch-icon-120x120.png differ diff --git a/src/favicons/apple-touch-icon-152x152.png b/src/favicons/apple-touch-icon-152x152.png new file mode 100644 index 0000000..84ec456 Binary files /dev/null and b/src/favicons/apple-touch-icon-152x152.png differ diff --git a/src/favicons/apple-touch-icon-180x180.png b/src/favicons/apple-touch-icon-180x180.png new file mode 100644 index 0000000..d89bcef Binary files /dev/null and b/src/favicons/apple-touch-icon-180x180.png differ diff --git a/src/favicons/apple-touch-icon-60x60.png b/src/favicons/apple-touch-icon-60x60.png new file mode 100644 index 0000000..87daaf0 Binary files /dev/null and b/src/favicons/apple-touch-icon-60x60.png differ diff --git a/src/favicons/apple-touch-icon-76x76.png b/src/favicons/apple-touch-icon-76x76.png new file mode 100644 index 0000000..26458f9 Binary files /dev/null and b/src/favicons/apple-touch-icon-76x76.png differ diff --git a/src/favicons/apple-touch-icon.png b/src/favicons/apple-touch-icon.png new file mode 100644 index 0000000..d89bcef Binary files /dev/null and b/src/favicons/apple-touch-icon.png differ diff --git a/src/favicons/browserconfig.xml b/src/favicons/browserconfig.xml new file mode 100644 index 0000000..d416bc5 --- /dev/null +++ b/src/favicons/browserconfig.xml @@ -0,0 +1,9 @@ + + + + + + #ffffff + + + diff --git a/src/favicons/favicon-16x16.png b/src/favicons/favicon-16x16.png new file mode 100644 index 0000000..feca4f8 Binary files /dev/null and b/src/favicons/favicon-16x16.png differ diff --git a/src/favicons/favicon-32x32.png b/src/favicons/favicon-32x32.png new file mode 100644 index 0000000..3b97c48 Binary files /dev/null and b/src/favicons/favicon-32x32.png differ diff --git a/src/favicons/manifest.json b/src/favicons/manifest.json new file mode 100644 index 0000000..0c56351 --- /dev/null +++ b/src/favicons/manifest.json @@ -0,0 +1,18 @@ +{ + "name": "hopp", + "icons": [ + { + "src": "/android-chrome-192x192.png", + "sizes": "192x192", + "type": "image/png" + }, + { + "src": "/android-chrome-512x512.png", + "sizes": "512x512", + "type": "image/png" + } + ], + "theme_color": "#ffffff", + "background_color": "#ffffff", + "display": "standalone" +} \ No newline at end of file diff --git a/src/favicons/mstile-150x150.png b/src/favicons/mstile-150x150.png new file mode 100644 index 0000000..c669416 Binary files /dev/null and b/src/favicons/mstile-150x150.png differ diff --git a/src/favicons/safari-pinned-tab.svg b/src/favicons/safari-pinned-tab.svg new file mode 100644 index 0000000..ed619e8 --- /dev/null +++ b/src/favicons/safari-pinned-tab.svg @@ -0,0 +1 @@ + \ No newline at end of file