Here is an implementation for non multi-page apps:
I have not implemented it on multi-page yet but although the appName wouldn't change, we could get the name of the app doing something like:
appName
{{ url.href.split("/").reverse()[0] }}