This issue is to track the change from ExtensionApp.extension_name to ExtensionApp.name
Prior discussion from #222.
Why the change from name -> extension_name for the config file path? Was this to avoid the legacy path resolution?
honestly, I don't have a good answer for that 😆. It was a change I made early on in the development of ExtensionApp's to avoid legacy path resolution, but (I think) I've since patched the places where that would be an issue.
It probably makes sense to switch back...