Add favicon and a logo to the site
This commit is contained in:
BIN
static/images/m-logo.png
(Stored with Git LFS)
Normal file
BIN
static/images/m-logo.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
static/images/m-logo.xcf
Normal file
BIN
static/images/m-logo.xcf
Normal file
Binary file not shown.
BIN
static/m-favicon-192x192.png
(Stored with Git LFS)
Normal file
BIN
static/m-favicon-192x192.png
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,20 +1,20 @@
|
||||
{
|
||||
"background_color": "#ffffff",
|
||||
"theme_color": "#333333",
|
||||
"name": "TODO",
|
||||
"short_name": "TODO",
|
||||
"display": "minimal-ui",
|
||||
"start_url": "/",
|
||||
"icons": [
|
||||
{
|
||||
"src": "logo-192.png",
|
||||
"sizes": "192x192",
|
||||
"type": "image/png"
|
||||
},
|
||||
{
|
||||
"src": "logo-512.png",
|
||||
"sizes": "512x512",
|
||||
"type": "image/png"
|
||||
}
|
||||
]
|
||||
"background_color": "#ffffff",
|
||||
"theme_color": "#212138",
|
||||
"name": "michalvanko.dev",
|
||||
"short_name": "m-dev",
|
||||
"display": "minimal-ui",
|
||||
"start_url": "/",
|
||||
"icons": [
|
||||
{
|
||||
"src": "m-favicon-192.png",
|
||||
"sizes": "192x192",
|
||||
"type": "image/png"
|
||||
},
|
||||
{
|
||||
"src": "images/m-logo.png",
|
||||
"sizes": "226x226",
|
||||
"type": "image/png"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
Reference in New Issue
Block a user