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

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

Issue 141733008: Use incognito split for ChromeVox and TTS in Guest mode (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: added comment Created 6 years, 10 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
3 // should be incognito:split in Guest mode version.
2 "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDltVl1k15pjRzuZfMc3B69inxwm2bZeZ 2O8/zFO+NluHnBm3GJ3fzdOoFGJd+M16I8p7zxxQyHeDMfWYASyCeB8XnUEDKjqNLQfCnncsANzHsYoE bYj2nEUML2P13b9q+AAvpCBpAJ4cZp81e9n1y/vbSXHE4385cgkKueItzikQIDAQAB", 4 "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDltVl1k15pjRzuZfMc3B69inxwm2bZeZ 2O8/zFO+NluHnBm3GJ3fzdOoFGJd+M16I8p7zxxQyHeDMfWYASyCeB8XnUEDKjqNLQfCnncsANzHsYoE bYj2nEUML2P13b9q+AAvpCBpAJ4cZp81e9n1y/vbSXHE4385cgkKueItzikQIDAQAB",
3 "manifest_version": 2, 5 "manifest_version": 2,
4 "name": "ChromeVox", 6 "name": "ChromeVox",
5 "version": "1.0", 7 "version": "1.0",
6 "description": "ChromeVox - Giving Voice to Chrome.", 8 "description": "ChromeVox - Giving Voice to Chrome.",
9 "incognito": "split",
7 "background": { 10 "background": {
8 "page": "chromevox/background/background.html" 11 "page": "chromevox/background/background.html"
9 }, 12 },
10 "permissions": [ 13 "permissions": [
11 "bookmarks", 14 "bookmarks",
12 "tabs", 15 "tabs",
13 "experimental", 16 "experimental",
14 "history", 17 "history",
15 "tts", 18 "tts",
16 "systemPrivate", 19 "systemPrivate",
(...skipping 12 matching lines...) Expand all
29 } 32 }
30 ], 33 ],
31 "web_accessible_resources": [ 34 "web_accessible_resources": [
32 "chromevox/injected/api.js", 35 "chromevox/injected/api.js",
33 "chromevox/injected/api_util.js", 36 "chromevox/injected/api_util.js",
34 "chromevox/injected/mathjax.js", 37 "chromevox/injected/mathjax.js",
35 "chromevox/injected/mathjax_external_util.js" 38 "chromevox/injected/mathjax_external_util.js"
36 ], 39 ],
37 "default_locale": "en" 40 "default_locale": "en"
38 } 41 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698