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
/
engine_api
/
manifest.json
blob
773cf3e184c4fc49a3df61972ad31bcd1d1dc6df
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": "Zach",
13
"lang": "en-US",
14
"event_types": [ "end", "error" ]
15
}
16
]
17
},
18
"permissions": ["ttsEngine"]
19
}