On Fri Feb 28 04:06 PM, Michal Mocny wrote: > Now that I look a bit deeper, that plugin I only returns <preferences> > specifically, > not the entire contents of config.xml (name is not a > <preference>). > > It also does not currently implement a way to inspect all preferences, > just has a > way to get the value for a specific one. > > I do think it would be a good idea to just have one core plugin (perhaps > extend > that one I linked) to include all config file values. > > Filed: https://issues.apache.org/jira/browse/CB-6139 >
Could also be added cordova_plugins.js https://github.com/apache/cordova-plugman/blob/master/src/prepare.js#L220 pluginMetadata['config'] = {...} See part about "runtime meta": https://wiki.apache.org/cordova/config/cordova.xml Note change for "icons" to align with: http://www.w3.org/TR/2013/WD-appmanifest-20131217/