OLD | NEW |
---|---|
1 { | 1 { |
2 "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAsVpj8qC5VhObWORqQ3odZm+z5V f58jWtqG2dmWkG87gsS1ZuYm4jA7mFZItOxgMENpYYWla8HCs21W6hEGoydDiIEAEVaWMTzCw19/x0m/ LMeNIBtuaZ/IJQvFJuo1KHvmHX0lWxsHZgUfwpeDQFAqytDHjI0/50bI9P31eZKlZwkAWsRI3RoDuOv5 YMVXIo3Y/CeTnG1OuxZOE9dr9Z7URfJ4vvkBytfKlmJIk9Z5ovGow23aWf3Z6iYJaxJrqVJOhjNuWY1A xp2jvkngcmz+AfusEC9zbmeg0moVLLykPD5x76dEH0BwFTFQk6fOcJy+vGotR2bKNVf0xhFlKueQIDAQ AB", | 2 "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAsVpj8qC5VhObWORqQ3odZm+z5V f58jWtqG2dmWkG87gsS1ZuYm4jA7mFZItOxgMENpYYWla8HCs21W6hEGoydDiIEAEVaWMTzCw19/x0m/ LMeNIBtuaZ/IJQvFJuo1KHvmHX0lWxsHZgUfwpeDQFAqytDHjI0/50bI9P31eZKlZwkAWsRI3RoDuOv5 YMVXIo3Y/CeTnG1OuxZOE9dr9Z7URfJ4vvkBytfKlmJIk9Z5ovGow23aWf3Z6iYJaxJrqVJOhjNuWY1A xp2jvkngcmz+AfusEC9zbmeg0moVLLykPD5x76dEH0BwFTFQk6fOcJy+vGotR2bKNVf0xhFlKueQIDAQ AB", |
3 "name": "Chrome OS XKB", | 3 "name": "Chrome OS XKB", |
4 "version": "1.0.1.0", | 4 "version": "1.0.1.0", |
5 "description": "Chrome OS XKB", | 5 "description": "Chrome OS XKB", |
6 "default_locale": "en", | 6 "default_locale": "en", |
7 "permissions": [ | 7 "permissions": [ |
8 "app.window.ime", | 8 "app.window.ime", |
9 "input", | 9 "input", |
10 "metricsPrivate", | 10 "metricsPrivate", |
(...skipping 422 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
433 "layouts": ["is"], | 433 "layouts": ["is"], |
434 "input_view": "inputview.html?id=is.compact.qwerty&language=is&passwordLay out=is.compact.qwerty&name=keyboard_icelandic" | 434 "input_view": "inputview.html?id=is.compact.qwerty&language=is&passwordLay out=is.compact.qwerty&name=keyboard_icelandic" |
435 }, | 435 }, |
436 { | 436 { |
437 "name": "__MSG_keyboard_norwegian__", | 437 "name": "__MSG_keyboard_norwegian__", |
438 "type": "ime", | 438 "type": "ime", |
439 "id": "xkb:no::nob", | 439 "id": "xkb:no::nob", |
440 "description": "", | 440 "description": "", |
441 "language": ["nb", "nn", "no"], | 441 "language": ["nb", "nn", "no"], |
442 "layouts": ["no"], | 442 "layouts": ["no"], |
443 "input_view": "inputview.html?id=no.compact.qwerty&language=nb&passwordLay out=us.compact.qwerty&name=keyboard_norwegian" | 443 "input_view": "inputview.html?id=no.compact.qwerty&language=no&passwordLay out=no.compact.qwerty&name=keyboard_norwegian" |
James Su
2014/10/10 05:29:50
other files use # instead ?, which is correct?
Shu Chen
2014/10/10 05:42:30
Yes, the inputview JS code will support both ? and
| |
444 }, | 444 }, |
445 { | 445 { |
446 "name": "__MSG_keyboard_polish__", | 446 "name": "__MSG_keyboard_polish__", |
447 "type": "ime", | 447 "type": "ime", |
448 "id": "xkb:pl::pol", | 448 "id": "xkb:pl::pol", |
449 "description": "", | 449 "description": "", |
450 "language": ["pl"], | 450 "language": ["pl"], |
451 "layouts": ["pl"], | 451 "layouts": ["pl"], |
452 "input_view": "inputview.html?id=pl&language=pl&passwordLayout=pl&name=key board_polish" | 452 "input_view": "inputview.html?id=pl&language=pl&passwordLayout=pl&name=key board_polish" |
453 }, | 453 }, |
(...skipping 110 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
564 "type": "ime", | 564 "type": "ime", |
565 "id": "xkb:ie::ga", | 565 "id": "xkb:ie::ga", |
566 "description": "", | 566 "description": "", |
567 "language": ["ga"], | 567 "language": ["ga"], |
568 "layouts": ["ie"], | 568 "layouts": ["ie"], |
569 "input_view": "inputview.html?id=ie.compact.qwerty&language=ga&passwordLay out=ie.compact.qwerty&name=keyboard_irish" | 569 "input_view": "inputview.html?id=ie.compact.qwerty&language=ga&passwordLay out=ie.compact.qwerty&name=keyboard_irish" |
570 } | 570 } |
571 ], | 571 ], |
572 "manifest_version": 2 | 572 "manifest_version": 2 |
573 } | 573 } |
OLD | NEW |