feat #6: add logo to project and favicon
This commit is contained in:
parent
8e2b9b859a
commit
0b0fc6f129
13 changed files with 80 additions and 1 deletions
14
polyculeconnect/static/icons/site.webmanifest
Normal file
14
polyculeconnect/static/icons/site.webmanifest
Normal file
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
"name": "",
|
||||
"short_name": "",
|
||||
"icons": [
|
||||
{
|
||||
"src": "static/icons/android-chrome-192x192.png",
|
||||
"sizes": "192x192",
|
||||
"type": "image/png"
|
||||
}
|
||||
],
|
||||
"theme_color": "#ffffff",
|
||||
"background_color": "#ffffff",
|
||||
"display": "standalone"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue