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

Side by Side Diff: chrome/browser/resources/chromeos/chromevox_next/manifest.json

Issue 272013002: Provide skeleton for ChromeVox next. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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
(Empty)
1 {
2 "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDltVl1k15pjRzuZfMc3B69inxwm2bZeZ 2O8/zFO+NluHnBm3GJ3fzdOoFGJd+M16I8p7zxxQyHeDMfWYASyCeB8XnUEDKjqNLQfCnncsANzHsYoE bYj2nEUML2P13b9q+AAvpCBpAJ4cZp81e9n1y/vbSXHE4385cgkKueItzikQIDAQAB",
3 "manifest_version": 2,
4 "name": "ChromeVox",
5 "version": "1.0",
6 "description": "ChromeVox - Giving Voice to Chrome.",
7 "background": {
8 "page": "background/background.html"
9 },
10 "permissions": [
11 "accessibilityPrivate",
12 "automation",
13 "bookmarks",
14 "tabs",
15 "experimental",
16 "history",
17 "tts",
18 "systemPrivate",
19 "brailleDisplayPrivate",
20 "commandLinePrivate",
21 "<all_urls>"
22 ],
23 "automation": {
24 "desktop": true,
25 "interact": true
26 },
27 "default_locale": "en"
28 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698