docs: add logo

This commit is contained in:
Joakim Carlstein 2023-12-18 13:51:24 +01:00 committed by Joakim Carlstein
parent 445fe69e60
commit 418737f97d
12 changed files with 49 additions and 2 deletions

View file

@ -0,0 +1,11 @@
{
"name": "Emigrate",
"short_name": "Emigrate",
"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"
}