change pwa image and manifest.json
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
{
|
||||
"name": "Akaunting",
|
||||
"short_name": "Akaunting",
|
||||
"start_url": ".",
|
||||
"start_url": ".?utm_source=pwa",
|
||||
"display": "standalone",
|
||||
"theme_color": "#3c3f72",
|
||||
"background_color": "#3c3f72",
|
||||
"theme_color": "#FFFFFF",
|
||||
"background_color": "#FFFFFF",
|
||||
"orientation": "any",
|
||||
"splash": {
|
||||
"640x1136": "public/img/icons/splash-640x1136.png",
|
||||
@@ -29,11 +29,6 @@
|
||||
"type": "image/png",
|
||||
"sizes": "96x96"
|
||||
},
|
||||
{
|
||||
"src": "public/img/icons/akaunting-120x120.png",
|
||||
"type": "image/png",
|
||||
"sizes": "120x120"
|
||||
},
|
||||
{
|
||||
"src": "public/img/icons/akaunting-128x128.png",
|
||||
"type": "image/png",
|
||||
@@ -49,11 +44,6 @@
|
||||
"type": "image/png",
|
||||
"sizes": "152x152"
|
||||
},
|
||||
{
|
||||
"src": "public/img/icons/akaunting-180x180.png",
|
||||
"type": "image/png",
|
||||
"sizes": "180x180"
|
||||
},
|
||||
{
|
||||
"src": "public/img/icons/akaunting-192x192.png",
|
||||
"type": "image/png",
|
||||
|
||||
Reference in New Issue
Block a user