Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(153)

Side by Side Diff: chrome/browser/resources/access_chromevox/manifest.json

Issue 7258007: Move the tts and ttsEngine APIs out of experimental, and give (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 { 1 {
2 "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDltVl1k15pjRzuZfMc3B69inxwm2bZeZ 2O8/zFO+NluHnBm3GJ3fzdOoFGJd+M16I8p7zxxQyHeDMfWYASyCeB8XnUEDKjqNLQfCnncsANzHsYoE bYj2nEUML2P13b9q+AAvpCBpAJ4cZp81e9n1y/vbSXHE4385cgkKueItzikQIDAQAB", 2 "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDltVl1k15pjRzuZfMc3B69inxwm2bZeZ 2O8/zFO+NluHnBm3GJ3fzdOoFGJd+M16I8p7zxxQyHeDMfWYASyCeB8XnUEDKjqNLQfCnncsANzHsYoE bYj2nEUML2P13b9q+AAvpCBpAJ4cZp81e9n1y/vbSXHE4385cgkKueItzikQIDAQAB",
3 "name": "ChromeVox", 3 "name": "ChromeVox",
4 "version": "1.0", 4 "version": "1.0",
5 "description": "ChromeVox - Giving Voice to Chrome.", 5 "description": "ChromeVox - Giving Voice to Chrome.",
6 "background_page": "chromevox/background/background.html", 6 "background_page": "chromevox/background/background.html",
7 "permissions": [ 7 "permissions": [
8 "bookmarks", 8 "bookmarks",
9 "tabs", 9 "tabs",
10 "experimental", 10 "experimental",
11 "tts",
11 "<all_urls>" 12 "<all_urls>"
12 ], 13 ],
13 "content_scripts": [ 14 "content_scripts": [
14 { 15 {
15 "matches": [ "<all_urls>" ], 16 "matches": [ "<all_urls>" ],
16 "all_frames": true, 17 "all_frames": true,
17 "js": [ 18 "js": [
18 "build/build_defs.js", 19 "build/build_defs.js",
19 "build/build_config_chrome.js", 20 "build/build_config_chrome.js",
20 "chromevox/injected/main.js", 21 "chromevox/injected/main.js",
21 "common/extension_bridge.js" 22 "common/extension_bridge.js"
22 ] 23 ]
23 } 24 }
24 ], 25 ]
25 "options_page": "chromevox/background/options.html"
26 } 26 }
OLDNEW
« no previous file with comments | « chrome/browser/extensions/extension_tts_engine_api.cc ('k') | chrome/common/extensions/api/extension_api.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698