Is there any way to refresh the app without closing it an reopen?

Hey everyone, is there any way to refresh the app without closing it or reopen it?

To refresh the window app page, you can open dev tools and press F5 to refresh it.
To reload the manifest, you should close and reopen the app, or you can go to the development options, uncheck the “Enabled” box, check it again and launch your app.

In addition, you can use the manifest flag enable_auto_refresh.
It enables auto app reloading when detecting files changes. the defaults value is true, but it’s working only if you are loading an app as unpacked (support=>development options=>load unpaced extension).