How to add orgin=* in cordova config.xml?

I am new to meteor. I am developing mobile app with meteor. I need to add <access origin="*"/> in config.xml I am using google API works fine in browser. But when I run in android device, console throws Uncaught ReferenceError: google is not defined. I think the problem is cordova blocks google api. How should I add access origin from meteor?

It is added in mobile-config file: http://docs.meteor.com/#/full/App-accessRule

Thanks @slava :smile: