Solved

Install App - Universal

  • 7 September 2022
  • 1 reply
  • 61 views

Userlevel 5
Badge +16
  • Thinkwise Local Partner Brasil
  • 384 replies

 I cannot really find documentation on how the install as App works.

How can you set it up with a nice title and icon?

 

Besides that we have an App for a few different functional roles. 

Can I:

  • Create variants of the App so that every role has its own icon and title? 

 

 

icon

Best answer by Leroy Witteveen 8 September 2022, 08:58

View original

This topic has been closed for comments

1 reply

Userlevel 3
Badge +3

Hi Freddy,

You should be able to change the title in the manifest.json file which is in the Universal directory. That file also contains the paths to the icons used, you can replace those icons with your own. Manifest.json is a standard, you can find documentation about it here: https://web.dev/add-manifest/

Do keep in mind that when replacing your Universal with a newer build, you will have to exclude manifest.json and your icons, because else they will be overwritten.

It isn't possible (yet) to customize this per role. I'm not entirely sure this is technically possible, we will have to investigate that. You can customize it for each Universal deployment though.

Kind regards,

Leroy Witteveen