{
"name": "chrome.tts",
"version": "0.1",
"manifest_version": 2,
"description": "browser test for chrome.tts API",
"background": {
"scripts": ["test.js"],
"persistent": true
},
"permissions": ["tts"]
}
{
"name": "chrome.tts",
"version": "0.1",
"manifest_version": 2,
"description": "browser test for chrome.tts API",
"background": {
"scripts": ["test.js"],
"persistent": true
},
"permissions": ["tts"]
}