OLD | NEW |
(Empty) | |
| 1 { |
| 2 "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCG2Ia88F4+jAbMHaNVVDO2a7bLmWjG9U
RAzLsByWAoH0lZVVsorcRGVTOhiCNFe7Wkxc9GIDVQy286VNPYwvKJ8sfAejOLEcMskMF9tL0W9D39S0
4Q9XY60rcjDzIUc7JI2KV/mY4Wx5lyrap54BhRBaNp6lYUuxoRBWgZbtm+hwIDAQAB", |
| 3 "name": "Mozc IME extension", |
| 4 "version": "2.0.0.0", |
| 5 "description": "__MSG_appDesc__", |
| 6 "permissions": [ |
| 7 "input", |
| 8 "unlimitedStorage" |
| 9 ], |
| 10 "manifest_version": 2, |
| 11 "minimum_chrome_version": "22", |
| 12 "default_locale": "en", |
| 13 "background": { |
| 14 "page": "nacl_mozc.html" |
| 15 }, |
| 16 "ime_path": "/usr/share/chromeos-assets/input_methods/nacl_mozc", |
| 17 "input_components": [{ |
| 18 "name": "__MSG_inputmethod_mozc_us__", |
| 19 "type": "ime", |
| 20 "id": "nacl_mozc_us", |
| 21 "description": "Japanese input method.", |
| 22 "language": "ja", |
| 23 "layouts": ["us"] |
| 24 },{ |
| 25 "name": "__MSG_inputmethod_mozc_jp__", |
| 26 "type": "ime", |
| 27 "id": "nacl_mozc_jp", |
| 28 "description": "Japanese input method.", |
| 29 "language": "ja", |
| 30 "layouts": ["jp"] |
| 31 }], |
| 32 "options_page": "options.html", |
| 33 "icons": { |
| 34 "128": "product_icon_32bpp-128.png" |
| 35 } |
| 36 } |
OLD | NEW |