diff options
author | Alex <alexta69@gmail.com> | 2019-11-29 20:16:58 +0200 |
---|---|---|
committer | Alex <alexta69@gmail.com> | 2019-11-29 20:16:58 +0200 |
commit | 9d6d4a2fb8983111b60831b11ab108c80283f6bf (patch) | |
tree | 4802d7126709aa6307302fd8d39f32bebc54d2f4 /favicon/site.webmanifest | |
parent | initial commit: working version (diff) | |
download | metube-9d6d4a2fb8983111b60831b11ab108c80283f6bf.tar.gz metube-9d6d4a2fb8983111b60831b11ab108c80283f6bf.tar.bz2 metube-9d6d4a2fb8983111b60831b11ab108c80283f6bf.zip |
add favicon
Diffstat (limited to 'favicon/site.webmanifest')
-rw-r--r-- | favicon/site.webmanifest | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/favicon/site.webmanifest b/favicon/site.webmanifest new file mode 100644 index 0000000..4bae9f9 --- /dev/null +++ b/favicon/site.webmanifest @@ -0,0 +1,19 @@ +{ + "name": "", + "short_name": "", + "icons": [ + { + "src": "/favicon/android-chrome-192x192.png", + "sizes": "192x192", + "type": "image/png" + }, + { + "src": "/favicon/android-chrome-384x384.png", + "sizes": "384x384", + "type": "image/png" + } + ], + "theme_color": "#ffffff", + "background_color": "#ffffff", + "display": "standalone" +} |