X-Git-Url: https://git.auder.net/?a=blobdiff_plain;f=server%2Ffavicon%2Fmanifest.json;fp=server%2Ffavicon%2Fmanifest.json;h=e967fc596f4377128ce31fd23026a09816a9d385;hb=625022fdcf750f0aff8fcd699f7e9b89730e1d10;hp=0000000000000000000000000000000000000000;hpb=b955c65b942d09d24b5c3bed0d755d4f2f8f71f1;p=vchess.git diff --git a/server/favicon/manifest.json b/server/favicon/manifest.json new file mode 100644 index 00000000..e967fc59 --- /dev/null +++ b/server/favicon/manifest.json @@ -0,0 +1,18 @@ +{ + "name": "", + "icons": [ + { + "src": "/images/favicon/android-chrome-192x192.png", + "sizes": "192x192", + "type": "image/png" + }, + { + "src": "/images/favicon/android-chrome-512x512.png", + "sizes": "512x512", + "type": "image/png" + } + ], + "theme_color": "#ffffff", + "background_color": "#ffffff", + "display": "standalone" +}