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

Side by Side Diff: chrome/browser/resources/chromeos/input_method/cangjie_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 (Cangjie)",
nona 2014/07/14 06:03:48 Is this json only for Chromium OS, right? Could yo
Shu Chen 2014/07/14 08:53:44 Done.
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 the URL instead of using wild c
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_cangjie_inputmethod__",
17 "type": "ime",
18 "id": "zh-hant-t-i0-cangjie-1987",
19 "description": "Cangjie",
20 "language": ["zh-TW", "zh"],
21 "layouts": ["us"]
22 }
23 ],
24 "manifest_version": 2
25 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698