package.json 225 B

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