summaryrefslogtreecommitdiff
path: root/chromium/chrome/common/extensions/docs/examples/extensions/ttsdebug/manifest.json
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/chrome/common/extensions/docs/examples/extensions/ttsdebug/manifest.json')
-rw-r--r--chromium/chrome/common/extensions/docs/examples/extensions/ttsdebug/manifest.json18
1 files changed, 0 insertions, 18 deletions
diff --git a/chromium/chrome/common/extensions/docs/examples/extensions/ttsdebug/manifest.json b/chromium/chrome/common/extensions/docs/examples/extensions/ttsdebug/manifest.json
deleted file mode 100644
index 0a856f92856..00000000000
--- a/chromium/chrome/common/extensions/docs/examples/extensions/ttsdebug/manifest.json
+++ /dev/null
@@ -1,18 +0,0 @@
-{
- "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
-}