Add customEvents from addon?

Is there a way to add expand the Ember.Application.customEvents hash from an addon? I’m not currently seeing a way to do this. Everything I’ve tried also seems to have no effect (using an initializer to manually add it, using an initializer to reopen the application object, adding a config step to the addon).