[code, files] uploaded all new logos and also updated relevant code for all HTML files, also added further information in header for PWA functionality and also updated manifest.json file.
This commit is contained in:
@@ -4,11 +4,19 @@
|
||||
"lang": "en-GB",
|
||||
"icons": [
|
||||
{
|
||||
"src": "/",
|
||||
"type": "image/svg+xml",
|
||||
"sizes": "512x512"
|
||||
"src": "/favicon-192x192.png",
|
||||
"sizes": "192x192",
|
||||
"type": "image/png",
|
||||
"purpose": "maskable"
|
||||
},
|
||||
{
|
||||
"src": "/favicon-512x512.png",
|
||||
"sizes": "512x512",
|
||||
"type": "image/png",
|
||||
"purpose": "maskable"
|
||||
}
|
||||
],
|
||||
|
||||
"id": "/",
|
||||
"start_url": "/",
|
||||
"background_color": "#000000",
|
||||
|
||||
Reference in New Issue
Block a user