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

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

Issue 646863004: Update the manifests for IME extensions. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 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
1 { 1 {
2 "name": "Chrome OS XKB", 2 "name": "Chrome OS XKB",
3 "version": "1.0.5.0", 3 "version": "1.0.5.0",
4 "description": "Chrome OS XKB", 4 "description": "Chrome OS XKB",
5 "default_locale": "en", 5 "default_locale": "en",
6 "incognito": "split", 6 "incognito": "split",
7 "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQC7C0oB6YTnf69uhWnVTZl5TB/psHrJXg IPLYchFb0whlVCG8fqMo9lW/oxBmZXZ3N8T7zZrdYI/SUjoc9I5R/dMVVD2q4iKox+x7xlTbqSdVeOb6 b9ZVJ24pLbO1L7feSNSBgR0t61jrC2eY/gf78h7w58UEQBPFT2mUxhhwodyQIDAQAB", 7 "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQC7C0oB6YTnf69uhWnVTZl5TB/psHrJXg IPLYchFb0whlVCG8fqMo9lW/oxBmZXZ3N8T7zZrdYI/SUjoc9I5R/dMVVD2q4iKox+x7xlTbqSdVeOb6 b9ZVJ24pLbO1L7feSNSBgR0t61jrC2eY/gf78h7w58UEQBPFT2mUxhhwodyQIDAQAB",
8 "permissions": [ 8 "permissions": [
9 "app.window.ime", 9 "app.window.ime",
10 "input", 10 "input",
(...skipping 473 matching lines...) Expand 10 before | Expand all | Expand 10 after
484 "input_view": "inputview.html#id=is.compact.qwerty&language=is&passwordLay out=is.compact.qwerty&name=keyboard_icelandic", 484 "input_view": "inputview.html#id=is.compact.qwerty&language=is&passwordLay out=is.compact.qwerty&name=keyboard_icelandic",
485 "options_page": "hmm_options.html?code=xkb:is::ice" 485 "options_page": "hmm_options.html?code=xkb:is::ice"
486 }, 486 },
487 { 487 {
488 "name": "__MSG_keyboard_norwegian__", 488 "name": "__MSG_keyboard_norwegian__",
489 "type": "ime", 489 "type": "ime",
490 "id": "xkb:no::nob", 490 "id": "xkb:no::nob",
491 "description": "", 491 "description": "",
492 "language": ["nb", "nn", "no"], 492 "language": ["nb", "nn", "no"],
493 "layouts": ["no"], 493 "layouts": ["no"],
494 "input_view": "inputview.html#id=no.compact.qwerty&language=nb&passwordLay out=us.compact.qwerty&name=keyboard_norwegian", 494 "input_view": "inputview.html#id=no.compact.qwerty&language=no&passwordLay out=no.compact.qwerty&name=keyboard_norwegian",
495 "options_page": "hmm_options.html?code=xkb:no::nob" 495 "options_page": "hmm_options.html?code=xkb:no::nob"
496 }, 496 },
497 { 497 {
498 "name": "__MSG_keyboard_polish__", 498 "name": "__MSG_keyboard_polish__",
499 "type": "ime", 499 "type": "ime",
500 "id": "xkb:pl::pol", 500 "id": "xkb:pl::pol",
501 "description": "", 501 "description": "",
502 "language": ["pl"], 502 "language": ["pl"],
503 "layouts": ["pl"], 503 "layouts": ["pl"],
504 "input_view": "inputview.html#id=pl&language=pl&passwordLayout=pl&name=key board_polish", 504 "input_view": "inputview.html#id=pl&language=pl&passwordLayout=pl&name=key board_polish",
(...skipping 125 matching lines...) Expand 10 before | Expand all | Expand 10 after
630 "id": "xkb:ie::ga", 630 "id": "xkb:ie::ga",
631 "description": "", 631 "description": "",
632 "language": ["ga"], 632 "language": ["ga"],
633 "layouts": ["ie"], 633 "layouts": ["ie"],
634 "input_view": "inputview.html#id=ie.compact.qwerty&language=ga&passwordLay out=ie.compact.qwerty&name=keyboard_irish", 634 "input_view": "inputview.html#id=ie.compact.qwerty&language=ga&passwordLay out=ie.compact.qwerty&name=keyboard_irish",
635 "options_page": "hmm_options.html?code=xkb:ie::ga" 635 "options_page": "hmm_options.html?code=xkb:ie::ga"
636 } 636 }
637 ], 637 ],
638 "manifest_version": 2 638 "manifest_version": 2
639 } 639 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698