CE-2556: Updated application name
Observations:
- Code for setting page title is added to every page view. This could be done in a more centralized way, updated in one place when routing changes.
- Application name in index.html and manifest.json is hardcoded separately. This should be added dynamically to these files in the build process.
- Routes and page titles are hardcoded in more than one place. For example menuitems in NavigationMenu. These should be added to the Constants file instead.
@anderslindh1 should I add All/one/none as follow-up tasks?