diff --git a/desktop/scripts/build-flipper-server-release.tsx b/desktop/scripts/build-flipper-server-release.tsx index acb23ab22..fa56420b3 100644 --- a/desktop/scripts/build-flipper-server-release.tsx +++ b/desktop/scripts/build-flipper-server-release.tsx @@ -228,6 +228,7 @@ async function copyStaticResources(outDir: string, versionNumber: string) { 'icon.icns', 'icon.ico', 'icon.png', + 'icon_grey.png', 'icons.json', 'index.web.dev.html', 'index.web.html', diff --git a/desktop/static/icon_grey.png b/desktop/static/icon_grey.png new file mode 100644 index 000000000..3c7956285 Binary files /dev/null and b/desktop/static/icon_grey.png differ diff --git a/desktop/static/manifest.template.json b/desktop/static/manifest.template.json index f4e38e144..bfc4fd1cd 100644 --- a/desktop/static/manifest.template.json +++ b/desktop/static/manifest.template.json @@ -10,7 +10,7 @@ "orientation": "portrait-primary", "icons": [ { - "src": "/icon.png", + "src": "/icon_grey.png", "type": "image/png", "sizes": "256x256" }