Chromium Code Reviews| Index: chrome/browser/resources/chromeos/input_method/pinyin_manifest.json |
| diff --git a/chrome/browser/resources/chromeos/input_method/pinyin_manifest.json b/chrome/browser/resources/chromeos/input_method/pinyin_manifest.json |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..1d8b54848224cc6948c1916493ea260688d2023f |
| --- /dev/null |
| +++ b/chrome/browser/resources/chromeos/input_method/pinyin_manifest.json |
| @@ -0,0 +1,26 @@ |
| +{ |
| + "name": "Chrome OS IME (Pinyin)", |
| + "version": "1.0.0.0", |
| + "default_locale": "en", |
| + "permissions": [ |
| + "http://*/", |
|
nona
2014/07/14 06:03:48
Can we narrow down this URL?
Shu Chen
2014/07/14 08:53:44
Done.
|
| + "https://*/", |
| + "input", |
| + "unlimitedStorage" |
| + ], |
| + "background": { |
| + "page": "backgroundpage.html" |
| + }, |
| + "input_components": [ |
| + { |
| + "name": "__MSG_pinyin_inputmethod__", |
| + "type": "ime", |
| + "id": "zh-t-i0-pinyin", |
| + "description": "Pinyin", |
| + "language": ["zh-CN", "zh"], |
| + "layouts": ["us"] |
| + } |
| + ], |
| + "options_page": "option.html", |
| + "manifest_version": 2 |
| +} |