how to change the name of an ionic web application code example
Example: ionic 5 change app name
in config.xml
<name>App Name</name>
this will change app_name in platforms/android/res/values/strings.xml
<string name="app_name">App Name</string>
After that, please rebuild the platform by typing below text in command line:
ionic build