Skip to content

Commit

Permalink
Grey icon for PWA
Browse files Browse the repository at this point in the history
Summary:
Right now, both Launcher and PWA share the same icon.

As to make it easier to identify which one is which, PWA will have a greyed icon instead.

Reviewed By: antonk52

Differential Revision: D47436998

fbshipit-source-id: 69d4d273c35e327263fbbf02d4ac7a005013f1d9
  • Loading branch information
lblasa authored and facebook-github-bot committed Jul 13, 2023
1 parent 2f617d5 commit a165d37
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions desktop/scripts/build-flipper-server-release.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down
Binary file added desktop/static/icon_grey.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion desktop/static/manifest.template.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"orientation": "portrait-primary",
"icons": [
{
"src": "/icon.png",
"src": "/icon_grey.png",
"type": "image/png",
"sizes": "256x256"
}
Expand Down

0 comments on commit a165d37

Please sign in to comment.