aboutsummaryrefslogtreecommitdiff
path: root/Timeline/wwwroot/site.webmanifest
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2019-02-17 00:16:51 +0800
committercrupest <crupest@outlook.com>2019-02-17 00:16:51 +0800
commitc7f5a2d49501f12a8635a45dba9acbb097e5f405 (patch)
treead5872ddf86d3b2af80c45c4da0b2a379fe50a38 /Timeline/wwwroot/site.webmanifest
parent3517512c4a6fa7eb61b8c5e5eca38c52c5577631 (diff)
downloadtimeline-c7f5a2d49501f12a8635a45dba9acbb097e5f405.tar.gz
timeline-c7f5a2d49501f12a8635a45dba9acbb097e5f405.tar.bz2
timeline-c7f5a2d49501f12a8635a45dba9acbb097e5f405.zip
Add an ugly favicon.
Diffstat (limited to 'Timeline/wwwroot/site.webmanifest')
-rw-r--r--Timeline/wwwroot/site.webmanifest19
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"
+}