- add sources.
[platform/framework/web/crosswalk.git] / src / chrome / test / data / extensions / api_test / tts / queue_interrupt / manifest.json
1 {
2   "name": "chrome.tts",
3   "version": "0.1",
4   "manifest_version": 2,
5   "description": "browser test for chrome.tts API",
6   "background": {
7     "page": "test.html"
8   },
9   "permissions": ["tts"]
10 }