diff --git a/dist/site.webmanifest b/dist/site.webmanifest index a539a68f..42f552a2 100644 --- a/dist/site.webmanifest +++ b/dist/site.webmanifest @@ -1,8 +1,13 @@ { - "icons": [{ - "src": "icon.png", - "sizes": "192x192", - "type": "image/png" - }], - "start_url": "/" + "short_name": "", + "name": "", + "icons": [{ + "src": "icon.png", + "type": "image/png", + "sizes": "192x192" + }], + "start_url": "/?utm_source=homescreen", + "background_color": "#fafafa", + "theme_color": "#fafafa", + "display": "standalone" } diff --git a/src/site.webmanifest b/src/site.webmanifest index a539a68f..42f552a2 100644 --- a/src/site.webmanifest +++ b/src/site.webmanifest @@ -1,8 +1,13 @@ { - "icons": [{ - "src": "icon.png", - "sizes": "192x192", - "type": "image/png" - }], - "start_url": "/" + "short_name": "", + "name": "", + "icons": [{ + "src": "icon.png", + "type": "image/png", + "sizes": "192x192" + }], + "start_url": "/?utm_source=homescreen", + "background_color": "#fafafa", + "theme_color": "#fafafa", + "display": "standalone" }