I am exploring the creation of a Chrome extension that can be used with the Ember Inspector and provide information about the application, settings for my own use cases.
I tried different ways to access the application instance, but with our assembly it does not appear globally, and I'm not going to do it. However, the Ember Inspector can still see the application, controllers, routes, etc., and I wonder how it does it. I studied the inspector's source code, but I was not lucky to find what I was looking for. Can anyone understand how this works? I am using Ember 1.13.
source share