diff --git a/static/metadata.html b/static/metadata.html index bc95ab4c9..3c95aae45 100644 --- a/static/metadata.html +++ b/static/metadata.html @@ -29,6 +29,25 @@ + + + + + + + + + + + + + + + + + + + diff --git a/webroot/android-icon-144x144.png b/webroot/android-icon-144x144.png new file mode 100644 index 000000000..ffda17c98 Binary files /dev/null and b/webroot/android-icon-144x144.png differ diff --git a/webroot/android-icon-192x192.png b/webroot/android-icon-192x192.png new file mode 100644 index 000000000..46b1dfed1 Binary files /dev/null and b/webroot/android-icon-192x192.png differ diff --git a/webroot/android-icon-36x36.png b/webroot/android-icon-36x36.png new file mode 100644 index 000000000..13dd260ff Binary files /dev/null and b/webroot/android-icon-36x36.png differ diff --git a/webroot/android-icon-48x48.png b/webroot/android-icon-48x48.png new file mode 100644 index 000000000..a5b8fc5d4 Binary files /dev/null and b/webroot/android-icon-48x48.png differ diff --git a/webroot/android-icon-72x72.png b/webroot/android-icon-72x72.png new file mode 100644 index 000000000..be03a57df Binary files /dev/null and b/webroot/android-icon-72x72.png differ diff --git a/webroot/android-icon-96x96.png b/webroot/android-icon-96x96.png new file mode 100644 index 000000000..e56e82dc9 Binary files /dev/null and b/webroot/android-icon-96x96.png differ diff --git a/webroot/apple-icon-114x114.png b/webroot/apple-icon-114x114.png new file mode 100644 index 000000000..51eb76881 Binary files /dev/null and b/webroot/apple-icon-114x114.png differ diff --git a/webroot/apple-icon-120x120.png b/webroot/apple-icon-120x120.png new file mode 100644 index 000000000..039840a8c Binary files /dev/null and b/webroot/apple-icon-120x120.png differ diff --git a/webroot/apple-icon-144x144.png b/webroot/apple-icon-144x144.png new file mode 100644 index 000000000..ffda17c98 Binary files /dev/null and b/webroot/apple-icon-144x144.png differ diff --git a/webroot/apple-icon-152x152.png b/webroot/apple-icon-152x152.png new file mode 100644 index 000000000..87700ac24 Binary files /dev/null and b/webroot/apple-icon-152x152.png differ diff --git a/webroot/apple-icon-180x180.png b/webroot/apple-icon-180x180.png new file mode 100644 index 000000000..10be70a89 Binary files /dev/null and b/webroot/apple-icon-180x180.png differ diff --git a/webroot/apple-icon-57x57.png b/webroot/apple-icon-57x57.png new file mode 100644 index 000000000..eddae14c8 Binary files /dev/null and b/webroot/apple-icon-57x57.png differ diff --git a/webroot/apple-icon-60x60.png b/webroot/apple-icon-60x60.png new file mode 100644 index 000000000..2a1cfe1be Binary files /dev/null and b/webroot/apple-icon-60x60.png differ diff --git a/webroot/apple-icon-72x72.png b/webroot/apple-icon-72x72.png new file mode 100644 index 000000000..be03a57df Binary files /dev/null and b/webroot/apple-icon-72x72.png differ diff --git a/webroot/apple-icon-76x76.png b/webroot/apple-icon-76x76.png new file mode 100644 index 000000000..6a8c61439 Binary files /dev/null and b/webroot/apple-icon-76x76.png differ diff --git a/webroot/apple-icon-precomposed.png b/webroot/apple-icon-precomposed.png new file mode 100644 index 000000000..a5e03f696 Binary files /dev/null and b/webroot/apple-icon-precomposed.png differ diff --git a/webroot/apple-icon.png b/webroot/apple-icon.png new file mode 100644 index 000000000..a5e03f696 Binary files /dev/null and b/webroot/apple-icon.png differ diff --git a/webroot/browserconfig.xml b/webroot/browserconfig.xml new file mode 100644 index 000000000..c55414822 --- /dev/null +++ b/webroot/browserconfig.xml @@ -0,0 +1,2 @@ + +#ffffff \ No newline at end of file diff --git a/webroot/favicon-16x16.png b/webroot/favicon-16x16.png new file mode 100644 index 000000000..1baea8864 Binary files /dev/null and b/webroot/favicon-16x16.png differ diff --git a/webroot/favicon-32x32.png b/webroot/favicon-32x32.png new file mode 100644 index 000000000..d796524bf Binary files /dev/null and b/webroot/favicon-32x32.png differ diff --git a/webroot/favicon-96x96.png b/webroot/favicon-96x96.png new file mode 100644 index 000000000..e56e82dc9 Binary files /dev/null and b/webroot/favicon-96x96.png differ diff --git a/webroot/favicon.ico b/webroot/favicon.ico new file mode 100644 index 000000000..c6e2f9ff1 Binary files /dev/null and b/webroot/favicon.ico differ diff --git a/webroot/index.html b/webroot/index.html index 97e895a68..8121ae735 100644 --- a/webroot/index.html +++ b/webroot/index.html @@ -2,6 +2,25 @@ + + + + + + + + + + + + + + + + + + + diff --git a/webroot/manifest.json b/webroot/manifest.json new file mode 100644 index 000000000..013d4a6a5 --- /dev/null +++ b/webroot/manifest.json @@ -0,0 +1,41 @@ +{ + "name": "App", + "icons": [ + { + "src": "\/android-icon-36x36.png", + "sizes": "36x36", + "type": "image\/png", + "density": "0.75" + }, + { + "src": "\/android-icon-48x48.png", + "sizes": "48x48", + "type": "image\/png", + "density": "1.0" + }, + { + "src": "\/android-icon-72x72.png", + "sizes": "72x72", + "type": "image\/png", + "density": "1.5" + }, + { + "src": "\/android-icon-96x96.png", + "sizes": "96x96", + "type": "image\/png", + "density": "2.0" + }, + { + "src": "\/android-icon-144x144.png", + "sizes": "144x144", + "type": "image\/png", + "density": "3.0" + }, + { + "src": "\/android-icon-192x192.png", + "sizes": "192x192", + "type": "image\/png", + "density": "4.0" + } + ] +} \ No newline at end of file diff --git a/webroot/ms-icon-144x144.png b/webroot/ms-icon-144x144.png new file mode 100644 index 000000000..ffda17c98 Binary files /dev/null and b/webroot/ms-icon-144x144.png differ diff --git a/webroot/ms-icon-150x150.png b/webroot/ms-icon-150x150.png new file mode 100644 index 000000000..66b351343 Binary files /dev/null and b/webroot/ms-icon-150x150.png differ diff --git a/webroot/ms-icon-310x310.png b/webroot/ms-icon-310x310.png new file mode 100644 index 000000000..700e9dd2a Binary files /dev/null and b/webroot/ms-icon-310x310.png differ diff --git a/webroot/ms-icon-70x70.png b/webroot/ms-icon-70x70.png new file mode 100644 index 000000000..ad122d39c Binary files /dev/null and b/webroot/ms-icon-70x70.png differ