* LocalizablePreferences (optional)
* LocalizablePreferences.<locale> (optional)
* AndroidPreferences (optional)
** This sets Android SharedPreferences for the app
Here is an example preferences.json:
"LocalizablePreferences.en-US": {
"distribution.test.localizeable-override": "http://cheese.com"
}, "AndroidPreferences": { "homepage": "http://www.mozilla.com" }
}