blob: 35be832ec8f7071a23d1273621d17bc25f7bc9de [file] [log] [blame]
{
"name": "Console TTS Engine",
"manifest_version": 2,
"version": "2.1",
"description": "A \"silent\" TTS engine that prints text to a small window rather than synthesizing speech.",
"permissions": ["ttsEngine", "tabs"],
"background": {
"persistent": false,
"scripts": ["console_tts_engine.js"]
},
"tts_engine": {
"voices": [
{
"voice_name": "Console",
"event_types": ["start", "word", "sentence", "end"]
}
]
}
}