diff --git a/src/static/android-chrome-192x192.png b/src/static/android-chrome-192x192.png new file mode 100644 index 000000000..766533c59 Binary files /dev/null and b/src/static/android-chrome-192x192.png differ diff --git a/src/static/android-chrome-512x512.png b/src/static/android-chrome-512x512.png new file mode 100644 index 000000000..b699067f4 Binary files /dev/null and b/src/static/android-chrome-512x512.png differ diff --git a/src/static/apple-touch-icon.png b/src/static/apple-touch-icon.png new file mode 100644 index 000000000..c380cb26f Binary files /dev/null and b/src/static/apple-touch-icon.png differ diff --git a/src/static/browserconfig.xml b/src/static/browserconfig.xml new file mode 100644 index 000000000..b3930d0f0 --- /dev/null +++ b/src/static/browserconfig.xml @@ -0,0 +1,9 @@ + + + + + + #da532c + + + diff --git a/src/static/favicon-16x16.png b/src/static/favicon-16x16.png new file mode 100644 index 000000000..682f398df Binary files /dev/null and b/src/static/favicon-16x16.png differ diff --git a/src/static/favicon-32x32.png b/src/static/favicon-32x32.png new file mode 100644 index 000000000..723e16594 Binary files /dev/null and b/src/static/favicon-32x32.png differ diff --git a/src/static/mstile-150x150.png b/src/static/mstile-150x150.png new file mode 100644 index 000000000..745b8ec20 Binary files /dev/null and b/src/static/mstile-150x150.png differ diff --git a/src/static/safari-pinned-tab.svg b/src/static/safari-pinned-tab.svg new file mode 100644 index 000000000..074c86cae --- /dev/null +++ b/src/static/safari-pinned-tab.svg @@ -0,0 +1,147 @@ + + + + +Created by potrace 1.14, written by Peter Selinger 2001-2017 + + + + + + + + diff --git a/src/static/site.webmanifest b/src/static/site.webmanifest new file mode 100644 index 000000000..b20abb7cb --- /dev/null +++ b/src/static/site.webmanifest @@ -0,0 +1,19 @@ +{ + "name": "", + "short_name": "", + "icons": [ + { + "src": "/android-chrome-192x192.png", + "sizes": "192x192", + "type": "image/png" + }, + { + "src": "/android-chrome-512x512.png", + "sizes": "512x512", + "type": "image/png" + } + ], + "theme_color": "#ffffff", + "background_color": "#ffffff", + "display": "standalone" +}