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

Side by Side Diff: chrome/browser/resources/chromeos/speech_synthesis/manifest_guest.json

Issue 398593002: Rename built-in speech synthesis voice names. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
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 | Annotate | Revision Log
« no previous file with comments | « chrome/browser/resources/chromeos/speech_synthesis/manifest.json ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 // NOTE: Keep two json files in this directory in sync. The only difference 2 // NOTE: Keep two json files in this directory in sync. The only difference
3 // should be incognito:split in Guest mode version. 3 // should be incognito:split in Guest mode version.
4 "name": "Chrome OS built-in text-to-speech extension", 4 "name": "Chrome OS built-in text-to-speech extension",
5 "version": "2.1.1", 5 "version": "2.1.1",
6 "description": "This is a high-quality text-to-speech (TTS) voice extension th at runs in your browser using Native Client technology.", 6 "description": "This is a high-quality text-to-speech (TTS) voice extension th at runs in your browser using Native Client technology.",
7 "manifest_version": 2, 7 "manifest_version": 2,
8 "incognito": "split", 8 "incognito": "split",
9 "background": { 9 "background": {
10 "scripts": [ 10 "scripts": [
(...skipping 12 matching lines...) Expand all
23 ] 23 ]
24 }, 24 },
25 "permissions": [ 25 "permissions": [
26 "ttsEngine", 26 "ttsEngine",
27 "unlimitedStorage" 27 "unlimitedStorage"
28 ], 28 ],
29 "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDlKEJseIIbKFyX0BCWNYOWlPEUt1IxBv IoW1PI7DTmipbwyVr3s2EprewYdtr9hCO5Yzs5w/ai1Xnhet5PLAsMje6ZP0Kvq0tlVfaYF8oQHBPF+i fx31RBT7Cn+ZVKLq1fxrwzY063GVhW+CAr06Ar8YRFXtFoC4FHlUNDIoSb4wIDAQAB", 29 "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDlKEJseIIbKFyX0BCWNYOWlPEUt1IxBv IoW1PI7DTmipbwyVr3s2EprewYdtr9hCO5Yzs5w/ai1Xnhet5PLAsMje6ZP0Kvq0tlVfaYF8oQHBPF+i fx31RBT7Cn+ZVKLq1fxrwzY063GVhW+CAr06Ar8YRFXtFoC4FHlUNDIoSb4wIDAQAB",
30 "tts_engine": { 30 "tts_engine": {
31 "voices": [ 31 "voices": [
32 { 32 {
33 "voice_name": "German Female TTS (by Google)", 33 "voice_name": "Chrome OS German",
34 "lang": "de-DE", 34 "lang": "de-DE",
35 "gender": "female", 35 "gender": "female",
36 "event_types": [ "start", "word", "end", "error" ] 36 "event_types": [ "start", "word", "end", "error" ]
37 }, 37 },
38 { 38 {
39 "voice_name": "GB English Female TTS (by Google)", 39 "voice_name": "Chrome OS British English",
40 "lang": "en-GB", 40 "lang": "en-GB",
41 "gender": "female", 41 "gender": "female",
42 "event_types": [ "start", "word", "end", "error" ] 42 "event_types": [ "start", "word", "end", "error" ]
43 }, 43 },
44 { 44 {
45 "voice_name": "Indian English Female TTS (by Google)", 45 "voice_name": "Chrome OS Indian English",
46 "lang": "en-IN", 46 "lang": "en-IN",
47 "gender": "female", 47 "gender": "female",
48 "event_types": [ "start", "word", "end", "error" ] 48 "event_types": [ "start", "word", "end", "error" ]
49 }, 49 },
50 { 50 {
51 "voice_name": "US English Female TTS (by Google)", 51 "voice_name": "Chrome OS US English",
52 "lang": "en-US", 52 "lang": "en-US",
53 "gender": "female", 53 "gender": "female",
54 "event_types": [ "start", "word", "end", "error" ] 54 "event_types": [ "start", "word", "end", "error" ]
55 }, 55 },
56 { 56 {
57 "voice_name": "Spanish Female TTS (by Google)", 57 "voice_name": "Chrome OS Spanish",
58 "lang": "es-ES", 58 "lang": "es-ES",
59 "gender": "female", 59 "gender": "female",
60 "event_types": [ "start", "word", "end", "error" ] 60 "event_types": [ "start", "word", "end", "error" ]
61 }, 61 },
62 { 62 {
63 "voice_name": "US Spanish Female TTS (by Google)", 63 "voice_name": "Chrome OS US Spanish",
64 "lang": "es-US", 64 "lang": "es-US",
65 "gender": "female", 65 "gender": "female",
66 "event_types": [ "start", "word", "end", "error" ] 66 "event_types": [ "start", "word", "end", "error" ]
67 }, 67 },
68 { 68 {
69 "voice_name": "French Female TTS (by Google)", 69 "voice_name": "Chrome OS French",
70 "lang": "fr-FR", 70 "lang": "fr-FR",
71 "gender": "female", 71 "gender": "female",
72 "event_types": [ "start", "word", "end", "error" ] 72 "event_types": [ "start", "word", "end", "error" ]
73 }, 73 },
74 { 74 {
75 "voice_name": "Italian Female TTS (by Google)", 75 "voice_name": "Chrome OS Italian",
76 "lang": "it-IT", 76 "lang": "it-IT",
77 "gender": "female", 77 "gender": "female",
78 "event_types": [ "start", "word", "end", "error" ] 78 "event_types": [ "start", "word", "end", "error" ]
79 }, 79 },
80 { 80 {
81 "voice_name": "Korean Female TTS (by Google)", 81 "voice_name": "Chrome OS Korean",
82 "lang": "ko-KR", 82 "lang": "ko-KR",
83 "gender": "female", 83 "gender": "female",
84 "event_types": [ "start", "word", "end", "error" ] 84 "event_types": [ "start", "word", "end", "error" ]
85 }, 85 },
86 { 86 {
87 "voice_name": "Brazilian Portuguese Female TTS (by Google)", 87 "voice_name": "Chrome OS Brazilian Portuguese",
88 "lang": "pt-BR", 88 "lang": "pt-BR",
89 "gender": "female", 89 "gender": "female",
90 "event_types": [ "start", "word", "end", "error" ] 90 "event_types": [ "start", "word", "end", "error" ]
91 } 91 }
92 ] 92 ]
93 },
94 "icons": {
95 "128": "google-tts-128.png",
96 "16": "google-tts-16.png",
97 "256": "google-tts-256.png",
98 "48": "google-tts-48.png"
99 } 93 }
100 } 94 }
OLDNEW
« no previous file with comments | « chrome/browser/resources/chromeos/speech_synthesis/manifest.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698