|
|
@@ -4,14 +4,20 @@
|
|
|
"description": "Vitiens - Task Platform",
|
|
|
"start_url": "/",
|
|
|
"display": "standalone",
|
|
|
- "background_color": "#161617",
|
|
|
+ "background_color": "#ffffff",
|
|
|
"theme_color": "#E3AC00",
|
|
|
"icons": [
|
|
|
{
|
|
|
"src": "/icon-512.png",
|
|
|
"sizes": "512x512",
|
|
|
"type": "image/png",
|
|
|
- "purpose": "any maskable"
|
|
|
+ "purpose": "any"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "src": "/icon-512-maskable.png",
|
|
|
+ "sizes": "512x512",
|
|
|
+ "type": "image/png",
|
|
|
+ "purpose": "maskable"
|
|
|
},
|
|
|
{
|
|
|
"src": "/logo.svg",
|