diff --git a/assets/img/android-chrome-192x192.png b/assets/img/android-chrome-192x192.png new file mode 100644 index 0000000..9c9dd58 Binary files /dev/null and b/assets/img/android-chrome-192x192.png differ diff --git a/assets/img/android-chrome-512x512.png b/assets/img/android-chrome-512x512.png new file mode 100644 index 0000000..0db42e7 Binary files /dev/null and b/assets/img/android-chrome-512x512.png differ diff --git a/assets/img/apple-touch-icon.png b/assets/img/apple-touch-icon.png new file mode 100644 index 0000000..04d28d9 Binary files /dev/null and b/assets/img/apple-touch-icon.png differ diff --git a/assets/img/browserconfig.xml b/assets/img/browserconfig.xml new file mode 100644 index 0000000..230c2e5 --- /dev/null +++ b/assets/img/browserconfig.xml @@ -0,0 +1,9 @@ + + + + + + #212121 + + + diff --git a/assets/img/favicon-16x16.png b/assets/img/favicon-16x16.png new file mode 100644 index 0000000..a79921b Binary files /dev/null and b/assets/img/favicon-16x16.png differ diff --git a/assets/img/favicon-32x32.png b/assets/img/favicon-32x32.png new file mode 100644 index 0000000..7bce243 Binary files /dev/null and b/assets/img/favicon-32x32.png differ diff --git a/assets/img/favicon.ico b/assets/img/favicon.ico new file mode 100644 index 0000000..f7f35ea Binary files /dev/null and b/assets/img/favicon.ico differ diff --git a/assets/img/mstile-150x150.png b/assets/img/mstile-150x150.png new file mode 100644 index 0000000..4225f41 Binary files /dev/null and b/assets/img/mstile-150x150.png differ diff --git a/assets/img/safari-pinned-tab.svg b/assets/img/safari-pinned-tab.svg new file mode 100644 index 0000000..6e2320e --- /dev/null +++ b/assets/img/safari-pinned-tab.svg @@ -0,0 +1,50 @@ + + + + +Created by potrace 1.11, written by Peter Selinger 2001-2013 + + + + + diff --git a/assets/img/site.webmanifest b/assets/img/site.webmanifest new file mode 100644 index 0000000..878c73f --- /dev/null +++ b/assets/img/site.webmanifest @@ -0,0 +1,19 @@ +{ + "name": "Startpage", + "short_name": "Startpage", + "icons": [ + { + "src": "android-chrome-192x192.png", + "sizes": "192x192", + "type": "image/png" + }, + { + "src": "android-chrome-512x512.png", + "sizes": "512x512", + "type": "image/png" + } + ], + "theme_color": "#212121", + "background_color": "#212121", + "display": "standalone" +}