You can try this.
String application/config/name
Name of the project. It is used from both project manager and by the exporters. Overriding this as name.locale allows setting it in multiple languages.
export var Project_name = 'new_name'
func _ready():
ProjectSettings.set_setting('application/config/name', Project_name)