Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 { | |
| 2 "name": "Chrome OS IME (Pinyin)", | |
| 3 "version": "1.0.0.0", | |
| 4 "default_locale": "en", | |
| 5 "permissions": [ | |
| 6 "http://*/", | |
|
nona
2014/07/14 06:03:48
Can we narrow down this URL?
Shu Chen
2014/07/14 08:53:44
Done.
| |
| 7 "https://*/", | |
| 8 "input", | |
| 9 "unlimitedStorage" | |
| 10 ], | |
| 11 "background": { | |
| 12 "page": "backgroundpage.html" | |
| 13 }, | |
| 14 "input_components": [ | |
| 15 { | |
| 16 "name": "__MSG_pinyin_inputmethod__", | |
| 17 "type": "ime", | |
| 18 "id": "zh-t-i0-pinyin", | |
| 19 "description": "Pinyin", | |
| 20 "language": ["zh-CN", "zh"], | |
| 21 "layouts": ["us"] | |
| 22 } | |
| 23 ], | |
| 24 "options_page": "option.html", | |
| 25 "manifest_version": 2 | |
| 26 } | |
| OLD | NEW |