Is it possible to change the image and name of an already installed application?

I would like to let users choose the image and name of the application before installing or once installed. I want the application to allow you to choose between the image and the default name, or to choose one of the options that will appear, so that only the owner of the phone knows the application.
HELP ME PLEASE!

Simple answer: No.
More complicated answer: Maybe, but only for the App Icon and on iOS. Since iOS 10.3 this exists: https://developer.apple.com/reference/uikit/uiapplication/2806818-setalternateiconname https://www.hackingwithswift.com/example-code/uikit/how-to-change-your-app-icon-dynamically-with-setalternateiconname BUT you need a Cordova plugin that implements this and a short Google search couldn’t find one.

And could at least do so with direct access? If not, this can not be in ionic-v1, or is it ionic in general?

Thank you in advance

What does that mean?[quote=“LuisAlava, post:3, topic:91310”]
If not, this can not be in ionic-v1, or is it ionic in general?
[/quote]

As I wrote you can do what I linked in a Cordova plugin, which would be available for Ionic v1 and any other Ionic - but one would have to write the plugin first.