Kill App when in background

I am trying to kill the app when it’s pushed to the background. I want a cold start on every launch. Does Ionic have a native function/plugin for this?

Could you not just do a refresh when the app reopens?

Document.location.reload type thing?