diff --git a/Doc/MatchMaking.png b/Doc/MatchMaking.png new file mode 100644 index 0000000..8ccec90 Binary files /dev/null and b/Doc/MatchMaking.png differ diff --git a/src/static/dg/apple-touch-icon.png b/src/static/dg/apple-touch-icon.png new file mode 100644 index 0000000..855cb51 Binary files /dev/null and b/src/static/dg/apple-touch-icon.png differ diff --git a/src/static/dg/favicon-16x16.png b/src/static/dg/favicon-16x16.png new file mode 100644 index 0000000..29e726d Binary files /dev/null and b/src/static/dg/favicon-16x16.png differ diff --git a/src/static/dg/favicon-32x32.png b/src/static/dg/favicon-32x32.png new file mode 100644 index 0000000..98b2750 Binary files /dev/null and b/src/static/dg/favicon-32x32.png differ diff --git a/src/static/dg/site.webmanifest b/src/static/dg/site.webmanifest new file mode 100644 index 0000000..504a14d --- /dev/null +++ b/src/static/dg/site.webmanifest @@ -0,0 +1,19 @@ +{ + "name": "", + "short_name": "", + "icons": [ + { + "src": "/android-chrome-192x192.png", + "sizes": "192x192", + "type": "image/png" + }, + { + "src": "/android-chrome-384x384.png", + "sizes": "384x384", + "type": "image/png" + } + ], + "theme_color": "#000000", + "background_color": "#000000", + "display": "standalone" +}