Add properties here that should override those in the default configuration. These will be
merged with the config when the app is launched. For example, adding the
following will set the
social.setPanoAsThumb property, but not affect anything else in the
heirarchy:
{ "social": { "setPanoAsThumb": true } }
NOTE: Make sure that property names are enclosed in double-quotes, as in the example
above, otherwise it will not work.
To unset a property, set it to null (Notundefined!).