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

Side by Side Diff: chrome/browser/resources/chromeos/chromevox/manifest_guest.json

Issue 268823002: Re-land: Rename experimental.accessibility to accessibilityPrivate (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 6 years, 7 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 // NOTE: Keep two json files in this directory in sync. The only difference 2 // NOTE: Keep two json files in this directory in sync. The only difference
3 // should be incognito:split in Guest mode version. 3 // should be incognito:split in Guest mode version.
4 "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDltVl1k15pjRzuZfMc3B69inxwm2bZeZ 2O8/zFO+NluHnBm3GJ3fzdOoFGJd+M16I8p7zxxQyHeDMfWYASyCeB8XnUEDKjqNLQfCnncsANzHsYoE bYj2nEUML2P13b9q+AAvpCBpAJ4cZp81e9n1y/vbSXHE4385cgkKueItzikQIDAQAB", 4 "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDltVl1k15pjRzuZfMc3B69inxwm2bZeZ 2O8/zFO+NluHnBm3GJ3fzdOoFGJd+M16I8p7zxxQyHeDMfWYASyCeB8XnUEDKjqNLQfCnncsANzHsYoE bYj2nEUML2P13b9q+AAvpCBpAJ4cZp81e9n1y/vbSXHE4385cgkKueItzikQIDAQAB",
5 "manifest_version": 2, 5 "manifest_version": 2,
6 "name": "ChromeVox", 6 "name": "ChromeVox",
7 "version": "1.0", 7 "version": "1.0",
8 "description": "ChromeVox - Giving Voice to Chrome.", 8 "description": "ChromeVox - Giving Voice to Chrome.",
9 "incognito": "split", 9 "incognito": "split",
10 "background": { 10 "background": {
11 "page": "chromevox/background/background.html" 11 "page": "chromevox/background/background.html"
12 }, 12 },
13 "permissions": [ 13 "permissions": [
14 "accessibilityPrivate",
15 "automation",
14 "bookmarks", 16 "bookmarks",
15 "tabs", 17 "tabs",
16 "experimental", 18 "experimental",
17 "history", 19 "history",
18 "tts", 20 "tts",
19 "systemPrivate", 21 "systemPrivate",
20 "brailleDisplayPrivate", 22 "brailleDisplayPrivate",
21 "commandLinePrivate", 23 "commandLinePrivate",
22 "<all_urls>" 24 "<all_urls>"
23 ], 25 ],
24 "content_scripts": [ 26 "content_scripts": [
25 { 27 {
26 "matches": [ "<all_urls>" ], 28 "matches": [ "<all_urls>" ],
27 "exclude_globs": [ "chrome-extension://mndnfokpggljbaajbnioimlmbfngpief/ch romevox/background/background.html" ], 29 "exclude_globs": [ "chrome-extension://mndnfokpggljbaajbnioimlmbfngpief/ch romevox/background/background.html" ],
28 "all_frames": true, 30 "all_frames": true,
29 "js": [ 31 "js": [
30 "chromeVoxChromePageScript.js" 32 "chromeVoxChromePageScript.js"
31 ] 33 ]
32 } 34 }
33 ], 35 ],
34 "web_accessible_resources": [ 36 "web_accessible_resources": [
35 "chromevox/injected/api.js", 37 "chromevox/injected/api.js",
36 "chromevox/injected/api_util.js", 38 "chromevox/injected/api_util.js",
37 "chromevox/injected/mathjax.js", 39 "chromevox/injected/mathjax.js",
38 "chromevox/injected/mathjax_external_util.js" 40 "chromevox/injected/mathjax_external_util.js"
39 ], 41 ],
40 "default_locale": "en" 42 "default_locale": "en"
41 } 43 }
OLDNEW
« no previous file with comments | « chrome/browser/chromeos/accessibility/spoken_feedback_browsertest.cc ('k') | chrome/common/extensions/api/_api_features.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698