add:logo and manifest.json
This commit is contained in:
26
static/manifest.json
Normal file
26
static/manifest.json
Normal file
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"short_name": "Serengo",
|
||||
"name": "Serengo",
|
||||
"description": "Meet the unexcpected.",
|
||||
"icons": [
|
||||
{
|
||||
"src": "/favicon-64x64.png",
|
||||
"sizes": "64x64",
|
||||
"type": "image/png"
|
||||
},
|
||||
{
|
||||
"src": "/favicon-192x192.png",
|
||||
"sizes": "192x192",
|
||||
"type": "image/png"
|
||||
},
|
||||
{
|
||||
"src": "/favicon-512x512.png",
|
||||
"sizes": "512x512",
|
||||
"type": "image/png"
|
||||
}
|
||||
],
|
||||
"start_url": ".",
|
||||
"display": "standalone",
|
||||
"theme_color": "black",
|
||||
"background_color": "white"
|
||||
}
|
||||
Reference in New Issue
Block a user