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

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

Issue 8687012: Moved ChromeOS-specific resources from chrome/browser/resources to chrome/browser/resources/chrom... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years 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
« no previous file with comments | « chrome/browser/resources/about_sys.html ('k') | chrome/browser/resources/active_downloads.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 {
2 "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDltVl1k15pjRzuZfMc3B69inxwm2bZeZ 2O8/zFO+NluHnBm3GJ3fzdOoFGJd+M16I8p7zxxQyHeDMfWYASyCeB8XnUEDKjqNLQfCnncsANzHsYoE bYj2nEUML2P13b9q+AAvpCBpAJ4cZp81e9n1y/vbSXHE4385cgkKueItzikQIDAQAB",
3 "name": "ChromeVox",
4 "version": "1.0",
5 "description": "ChromeVox - Giving Voice to Chrome.",
6 "background_page": "chromevox/background/background.html",
7 "permissions": [
8 "bookmarks",
9 "tabs",
10 "experimental",
11 "tts",
12 "<all_urls>"
13 ],
14 "content_scripts": [
15 {
16 "matches": [ "<all_urls>" ],
17 "all_frames": true,
18 "js": [
19 "chromeVoxChromePageScript.js"
20 ]
21 }
22 ],
23 "default_locale": "en"
24 }
OLDNEW
« no previous file with comments | « chrome/browser/resources/about_sys.html ('k') | chrome/browser/resources/active_downloads.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698