-
Notifications
You must be signed in to change notification settings - Fork 3.7k
Description
Tracking Issue: #12251
Design Doc Section: https://docs.google.com/document/d/197fXHLlHM_RJA4-3MITwdu0N5e0HX5Q74sA4W80YMD8/edit#bookmark=id.pjb2azf4chcb
Update Logos
App Icon and Fav Icon
Our app icon logo will be changed from the current design to this one:

App store large version size requirements: 1024x1024 px
App icons: 512x512 px
Favicon for web: 128x128 px
Home Screen and About Us page
On the About Us page, we’ll update from old to new as well like so:

Three SVGs: We have a few different files to overwrite in order to completely switch our logo–DEV, STG and PROD(which are svg files).

Each of those will need to be replaced. There’s no size requirement here because they’re svg files.
Singleton PNG: We have a png file of our logo that’s only used in one place, src/libs/Notification/LocalNotification/BrowserNotifications. This one will also need to be replaced with a png of the same size (it’s likely that the notification delivery system does not accept svg files). The path to this one is assets/images/expensify-logo-round-clearspace.png. Note the “clearspace” there. That means the background should be transparent.
Favicons: Additionally, we need to update our favicons (one normal and one for unread) which live in the /web/ directory. They’re called favicon.png and favicon-unread.png` respectively. They’re both 128x128.