Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(998)

Side by Side Diff: chrome/browser/resources/chromeos/input_method/zhuyin_manifest.json

Issue 389913002: Moving IME manifests to chrome resources. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(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 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698