OLD | NEW |
(Empty) | |
| 1 { |
| 2 "name": "Chrome OS IME (Zhuyin)", |
| 3 "version": "1.0.0.0", |
| 4 "default_locale": "en", |
| 5 "permissions": [ |
| 6 "http://*/", |
| 7 "https://*/", |
| 8 "input", |
| 9 "unlimitedStorage" |
| 10 ], |
| 11 "background": { |
| 12 "page": "backgroundpage.html" |
| 13 }, |
| 14 "input_components": [ |
| 15 { |
| 16 "name": "__MSG_zhuyin_inputmethod__", |
| 17 "type": "ime", |
| 18 "id": "zh-hant-t-i0-und", |
| 19 "description": "Zhuyin", |
| 20 "language": ["zh-TW", "zh"], |
| 21 "layouts": ["us"] |
| 22 } |
| 23 ], |
| 24 "options_page": "option.html", |
| 25 "manifest_version": 2 |
| 26 } |
OLD | NEW |