diff options
author | crupest <crupest@outlook.com> | 2019-02-17 00:16:51 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2019-02-17 00:16:51 +0800 |
commit | cf593ab4ab22b9ad905763812321bc76931b6cb8 (patch) | |
tree | fd8768af90e339807ad2b71472858da7ba4c8d1b /Timeline/wwwroot/site.webmanifest | |
parent | f867fb7fed885c474dda18e9a9ca7b1d64c9407f (diff) | |
download | timeline-cf593ab4ab22b9ad905763812321bc76931b6cb8.tar.gz timeline-cf593ab4ab22b9ad905763812321bc76931b6cb8.tar.bz2 timeline-cf593ab4ab22b9ad905763812321bc76931b6cb8.zip |
Add an ugly favicon.
Diffstat (limited to 'Timeline/wwwroot/site.webmanifest')
-rw-r--r-- | Timeline/wwwroot/site.webmanifest | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/Timeline/wwwroot/site.webmanifest b/Timeline/wwwroot/site.webmanifest new file mode 100644 index 00000000..b20abb7c --- /dev/null +++ b/Timeline/wwwroot/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" +} |