docs: add logo
This commit is contained in:
parent
445fe69e60
commit
418737f97d
12 changed files with 49 additions and 2 deletions
11
docs/public/site.webmanifest
Normal file
11
docs/public/site.webmanifest
Normal 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"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue