I'm creating an App Shell broccoli plugin that needs to access a project's System config to properly load dependencies of an app component when pre-compiling. Right now, I would have to parse index.html to find the system configuration. Ideally, there would be a file I could import instead, i.e. system.config.json.