Where exactly are those variables returned too?
I would like to be able to change a line from
"cordova-plugins":"cordova-plugin-network-information!npm",
to
"cordova-plugins":"https://github.com/apache/cordova-plugin-network-information!git",
based on the status of a property. However the function appears to be called at the start of the capx loading, so I cant just change the function variables. So I would like to know what references the cordova-plugins setting after the GetPluginSettings() is called. Any help would be greatly appreciated.