diff --git a/static/android-chrome-192x192.png b/static/android-chrome-192x192.png index b16e57c..d59f8d5 100644 Binary files a/static/android-chrome-192x192.png and b/static/android-chrome-192x192.png differ diff --git a/static/android-chrome-512x512.png b/static/android-chrome-512x512.png index 6f5b52b..23320ac 100644 Binary files a/static/android-chrome-512x512.png and b/static/android-chrome-512x512.png differ diff --git a/static/apple-touch-icon.png b/static/apple-touch-icon.png index 9b1052c..c37482e 100644 Binary files a/static/apple-touch-icon.png and b/static/apple-touch-icon.png differ diff --git a/static/favicon-16x16.png b/static/favicon-16x16.png index 96f8411..9a0fdf3 100644 Binary files a/static/favicon-16x16.png and b/static/favicon-16x16.png differ diff --git a/static/favicon-32x32.png b/static/favicon-32x32.png index 3dd1a44..79abb4b 100644 Binary files a/static/favicon-32x32.png and b/static/favicon-32x32.png differ diff --git a/static/favicon.ico b/static/favicon.ico index 8a2b965..5743e9a 100644 Binary files a/static/favicon.ico and b/static/favicon.ico differ diff --git a/static/logo-full.png b/static/logo-full.png new file mode 100644 index 0000000..fc84d27 Binary files /dev/null and b/static/logo-full.png differ diff --git a/static/logo.png b/static/logo.png new file mode 100644 index 0000000..01bfed1 Binary files /dev/null and b/static/logo.png differ diff --git a/static/logo.svg b/static/logo.svg new file mode 100644 index 0000000..19572b0 --- /dev/null +++ b/static/logo.svg @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + + + diff --git a/static/logo@2x.png b/static/logo@2x.png new file mode 100644 index 0000000..757ce01 Binary files /dev/null and b/static/logo@2x.png differ diff --git a/static/logo@3x.png b/static/logo@3x.png new file mode 100644 index 0000000..4cb65d8 Binary files /dev/null and b/static/logo@3x.png differ diff --git a/static/logo@4x.png b/static/logo@4x.png new file mode 100644 index 0000000..6939630 Binary files /dev/null and b/static/logo@4x.png differ diff --git a/static/mstile-150x150.png b/static/mstile-150x150.png index 6cbaf34..abafd58 100644 Binary files a/static/mstile-150x150.png and b/static/mstile-150x150.png differ diff --git a/static/safari-pinned-tab.svg b/static/safari-pinned-tab.svg index a5f0df2..63bc3f6 100644 --- a/static/safari-pinned-tab.svg +++ b/static/safari-pinned-tab.svg @@ -2,46 +2,24 @@ Created by potrace 1.14, written by Peter Selinger 2001-2017 - - + + + diff --git a/static/site.webmanifest b/static/site.webmanifest index 9591150..b20abb7 100644 --- a/static/site.webmanifest +++ b/static/site.webmanifest @@ -1,19 +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" + "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" }