diff --git a/content/android-chrome-192x192.png b/content/android-chrome-192x192.png new file mode 100644 index 0000000..85b8058 Binary files /dev/null and b/content/android-chrome-192x192.png differ diff --git a/content/apple-touch-icon.png b/content/apple-touch-icon.png new file mode 100644 index 0000000..5a6faae Binary files /dev/null and b/content/apple-touch-icon.png differ diff --git a/content/browserconfig.xml b/content/browserconfig.xml new file mode 100644 index 0000000..b3930d0 --- /dev/null +++ b/content/browserconfig.xml @@ -0,0 +1,9 @@ + + + + + + #da532c + + + diff --git a/content/favicon-16x16.png b/content/favicon-16x16.png new file mode 100644 index 0000000..448f11b Binary files /dev/null and b/content/favicon-16x16.png differ diff --git a/content/favicon-32x32.png b/content/favicon-32x32.png new file mode 100644 index 0000000..ec402d2 Binary files /dev/null and b/content/favicon-32x32.png differ diff --git a/content/favicon.ico b/content/favicon.ico new file mode 100644 index 0000000..a9487fa Binary files /dev/null and b/content/favicon.ico differ diff --git a/content/favicon.png b/content/favicon.png new file mode 100644 index 0000000..64b173f Binary files /dev/null and b/content/favicon.png differ diff --git a/content/mstile-150x150.png b/content/mstile-150x150.png new file mode 100644 index 0000000..c5ac20e Binary files /dev/null and b/content/mstile-150x150.png differ diff --git a/content/site.webmanifest b/content/site.webmanifest new file mode 100644 index 0000000..0e0e858 --- /dev/null +++ b/content/site.webmanifest @@ -0,0 +1,14 @@ +{ + "name": "", + "short_name": "", + "icons": [ + { + "src": "/android-chrome-192x192.png", + "sizes": "192x192", + "type": "image/png" + } + ], + "theme_color": "#ffffff", + "background_color": "#ffffff", + "display": "standalone" +}