PWA customization (icon and app name)

The seatable PWA (progressive web application) appearence (when you choose to make a shortcut in your web browser, on mobile or desktop by clicking on App → install) could be easily customized by enabling the manifest.json and icon to be changed. Since it is possible now to change CSS and Logo, I would be great to allow to change the app name and the icon and enable a complete customizable solution for customers.

1 Like

agreed. Side question, did you change your css? If so any tips or templates you’ve used? Im familiar with editing css templates but never just dropped one from scratch

1 Like

I, too, would like some examples of custom CSS that work well with Seatable.

1 Like

That’s the only CSS part I’ve changed:

.dtable-bg-orange {
background-color: #449af7 !important;
}