diff options
author | Prefetch | 2022-11-03 18:52:10 +0100 |
---|---|---|
committer | Prefetch | 2022-11-03 18:52:10 +0100 |
commit | 48b234bf0f84a1b7cf777d58e88dc87eb6920dd3 (patch) | |
tree | 9d316a3b15c8ea01966acdfa247adc253d9751cd /source/infra/image/icon/site.webmanifest | |
parent | 6e70f28ccbd5afc1506f71f013278a9d157ef03a (diff) |
Add favicons, which are very well standardized /s
Diffstat (limited to 'source/infra/image/icon/site.webmanifest')
-rw-r--r-- | source/infra/image/icon/site.webmanifest | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/source/infra/image/icon/site.webmanifest b/source/infra/image/icon/site.webmanifest new file mode 100644 index 0000000..da6a097 --- /dev/null +++ b/source/infra/image/icon/site.webmanifest @@ -0,0 +1,18 @@ +{ + "name": "", + "short_name": "", + "icons": [ + { + "src": "/infra/image/icon/android-chrome-192x192.png", + "sizes": "192x192", + "type": "image/png" + }, + { + "src": "/infra/image/icon/android-chrome-512x512.png", + "sizes": "512x512", + "type": "image/png" + } + ], + "theme_color": "#ffffff", + "background_color": "#ffffff" +} |