repo.or.cz
/
chromium-blink-merge.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
Do not announce robot account token before account ID is available
[chromium-blink-merge.git]
/
chrome
/
test
/
data
/
extensions
/
api_test
/
tts_engine
/
lang_matching
/
manifest.json
blob
c7f4c49bcbdfa69511f1b9270110d0f463463cf7
1
{
2
"name": "chrome.ttsEngine",
3
"version": "0.1",
4
"manifest_version": 2,
5
"description": "browser test for chrome.ttsEngine API",
6
"background": {
7
"scripts": ["test.js"]
8
},
9
"tts_engine": {
10
"voices": [
11
{
12
"voice_name": "FrenchVoice",
13
"lang": "fr",
14
"event_types": [ "end" ]
15
}
16
]
17
},
18
"permissions": ["tts", "ttsEngine"]
19
}