On ExtJS 6.2 we can define the application name and version on the app.json file, is there a way to access these values on runtime?
Use Ext.manifest to get all kind of information about your application. Simply type it to the console of browser and see what's inside. Application name will be in Ext.manifest.name.