| { |
| "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCG2Ia88F4+jAbMHaNVVDO2a7bLmWjG9URAzLsByWAoH0lZVVsorcRGVTOhiCNFe7Wkxc9GIDVQy286VNPYwvKJ8sfAejOLEcMskMF9tL0W9D39S04Q9XY60rcjDzIUc7JI2KV/mY4Wx5lyrap54BhRBaNp6lYUuxoRBWgZbtm+hwIDAQAB", |
| "name": "Mozc IME extension", |
| "version": "2.0.0.0", |
| "description": "__MSG_appDesc__", |
| "permissions": [ |
| "input", |
| "unlimitedStorage" |
| ], |
| "manifest_version": 2, |
| "minimum_chrome_version": "22", |
| "default_locale": "en", |
| "background": { |
| "page": "nacl_mozc.html" |
| }, |
| "ime_path": "/usr/share/chromeos-assets/input_methods/nacl_mozc", |
| "input_components": [ |
| { |
| "name": "__MSG_inputmethod_mozc_us__", |
| "id": "nacl_mozc_us", |
| "indicator": "\u3042", |
| "language": "ja", |
| "layouts": [ |
| "us" |
| ] |
| }, |
| { |
| "name": "__MSG_inputmethod_mozc_jp__", |
| "id": "nacl_mozc_jp", |
| "indicator": "\u3042", |
| "language": "ja", |
| "layouts": [ |
| "jp" |
| ] |
| } |
| ], |
| "options_page": "options.html", |
| "icons": { |
| "128": "product_icon_32bpp-128.png" |
| } |
| } |