summaryrefslogtreecommitdiff
path: root/chromium/chrome/common/extensions/docs/examples/extensions/ttsdebug/manifest.json
blob: 0a856f928563877451f582e9a23065c09b5e9218 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "app": {
    "launch": {
       "local_path": "ttsdebug.html"
    }
  },
  "description": "Tool for developers of Chrome TTS engine extensions to help them test their engines are implementing the API correctly.",
  "icons": {
    "16": "16.png",
    "128": "128.png",
    "256": "256.png"
  },
  "minimum_chrome_version": "14",
  "name": "TTS Debug",
  "permissions": [ "tts" ],
  "version": "1.0",
  "manifest_version": 2
}