blob: 540033cf39c90a766200384be386b34789798dc7 (
plain)
1
2
3
4
5
6
7
8
9
10
|
{
"id": "test-simple-prefs-l10n",
"preferences": [{
"name": "somePreference",
"title": "some-title",
"description": "Some short description for the preference",
"type": "string",
"value": "TEST"
}]
}
|