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

Side by Side Diff: ui/accessibility/extensions/alt/manifest.json

Issue 1109203003: Update version of existing curated accessibility extensions. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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
« no previous file with comments | « no previous file | ui/accessibility/extensions/caretbrowsing/manifest.json » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 "name": "__MSG_ALT_APPNAME__", 2 "name": "__MSG_ALT_APPNAME__",
3 "version": "1.0", 3 "version": "1.0.1",
4 "description": "__MSG_ALT_APPDESC__", 4 "description": "__MSG_ALT_APPDESC__",
5 "background": { 5 "background": {
6 "scripts": [ "background.js" ] 6 "scripts": [ "background.js" ]
7 }, 7 },
8 "commands": { 8 "commands": {
9 "example_keyboard_command": { 9 "example_keyboard_command": {
10 "suggested_key": { 10 "suggested_key": {
11 "default": "Ctrl+Shift+I", 11 "default": "Ctrl+Shift+I",
12 "mac": "Ctrl+Shift+I" 12 "mac": "Ctrl+Shift+I"
13 }, 13 },
(...skipping 16 matching lines...) Expand all
30 "images/speech-16.png", 30 "images/speech-16.png",
31 "images/speech-missing-alt-16.png", 31 "images/speech-missing-alt-16.png",
32 "images/statusbarButtonGlyphs.png" 32 "images/statusbarButtonGlyphs.png"
33 ], 33 ],
34 "icons": { 34 "icons": {
35 "16": "images/icon-16.png", 35 "16": "images/icon-16.png",
36 "48": "images/icon-48.png", 36 "48": "images/icon-48.png",
37 "128": "images/icon-128.png" 37 "128": "images/icon-128.png"
38 } 38 }
39 } 39 }
OLDNEW
« no previous file with comments | « no previous file | ui/accessibility/extensions/caretbrowsing/manifest.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698