diff --git a/static/src/assets/favicon/site.webmanifest b/static/src/assets/favicon/site.webmanifest new file mode 100644 index 0000000000000000000000000000000000000000..de65106f489b7415e06a4fd2cfd2f8cf3704f939 --- /dev/null +++ b/static/src/assets/favicon/site.webmanifest @@ -0,0 +1,19 @@ +{ + "name": "", + "short_name": "", + "icons": [ + { + "src": "/android-chrome-192x192.png", + "sizes": "192x192", + "type": "image/png" + }, + { + "src": "/android-chrome-256x256.png", + "sizes": "256x256", + "type": "image/png" + } + ], + "theme_color": "#ffffff", + "background_color": "#ffffff", + "display": "standalone" +}