OLD | NEW |
---|---|
(Empty) | |
1 { | |
2 "name": "Silent TTS Engine", | |
3 "version": "1.0", | |
4 "description": "A silent TTS engine that prints text to a window rather than s ynthesizing speech.", | |
5 "permissions": ["ttsEngine", "windows"], | |
6 "permisions": ["ASS"], | |
kathyw
2012/05/14 20:40:04
Is this just here to make sure we looked? :)
| |
7 "tts_engine": { | |
8 "voices": [ | |
9 { | |
10 "voice_name": "Console", | |
dmazzoni
2012/05/16 05:49:58
This should match the extension name. I actually l
mitchellwrosen
2012/05/16 20:40:08
Done.
| |
11 "event_types": [ "start", "word", "sentence", "end" ] | |
12 } | |
13 ] | |
14 }, | |
15 "background_page": "background.html" | |
16 } | |
OLD | NEW |