diff --git a/android-chrome-128x128.png b/android-chrome-128x128.png new file mode 100644 index 0000000..09c43e7 Binary files /dev/null and b/android-chrome-128x128.png differ diff --git a/android-chrome-256x256.png b/android-chrome-256x256.png new file mode 100644 index 0000000..09e10e4 Binary files /dev/null and b/android-chrome-256x256.png differ diff --git a/android-chrome-32x32.png b/android-chrome-32x32.png new file mode 100644 index 0000000..c65380b Binary files /dev/null and b/android-chrome-32x32.png differ diff --git a/android-chrome-64x64.png b/android-chrome-64x64.png new file mode 100644 index 0000000..a3eb874 Binary files /dev/null and b/android-chrome-64x64.png differ diff --git a/apple-touch-icon.png b/apple-touch-icon.png new file mode 100644 index 0000000..09e10e4 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 0000000..1517773 Binary files /dev/null and b/favicon-16x16.png differ diff --git a/favicon-24x24.png b/favicon-24x24.png new file mode 100644 index 0000000..3eacfbf Binary files /dev/null and b/favicon-24x24.png differ diff --git a/favicon.ico b/favicon.ico new file mode 100644 index 0000000..86893ca Binary files /dev/null and b/favicon.ico differ diff --git a/index.html b/index.html index 1e34417..8a258d9 100644 --- a/index.html +++ b/index.html @@ -4,6 +4,10 @@ MatchDay + + + + diff --git a/manifest.json b/manifest.json new file mode 100644 index 0000000..c5bc86c --- /dev/null +++ b/manifest.json @@ -0,0 +1,18 @@ +{ + "name": "", + "icons": [ + { + "src": "android-chrome-192x192.png", + "sizes": "192x192", + "type": "image/png" + }, + { + "src": "android-chrome-256x256.png", + "sizes": "256x256", + "type": "image/png" + } + ], + "theme_color": "#ffffff", + "background_color": "#ffffff", + "display": "standalone" +} diff --git a/mstile-128x128.png b/mstile-128x128.png new file mode 100644 index 0000000..09e10e4 Binary files /dev/null and b/mstile-128x128.png differ