chromium/chrome/test/data/extensions/api_test/input_method/settings/manifest.json

{
  "name": "chrome.inputMethodPrivate settings",
  "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQC9fDu8apG3Dz72XTT3Ym1SfGt06tdowTlYQ+3lGlCbVpfnMOmewgRgYxzUtUPso9aQERZcmI2+7UtbWjtk6/usl9Hr7a1JBQwfaUoUygEe56ajUeZhe/ErkH5CXT84U0pokfPr5vMvc7RVPduU+UBiF0DnGb/hSpzz/1UhJ5H9AwIDAQAB",
  "version": "0.1",
  "manifest_version": 2,
  "description": "API test for manipulating input method settings using chrome.inputMethodPrivate",
  "app": {
    "background": {
      "scripts": ["background.js"]
    }
  },
  "permissions": ["inputMethodPrivate"]
}