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

Side by Side Diff: ui/accessibility/extensions/caretbrowsing/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
OLDNEW
1 { 1 {
2 "name": "__MSG_CARET_BROWSING_APPNAME__", 2 "name": "__MSG_CARET_BROWSING_APPNAME__",
3 "version": "1.0", 3 "version": "1.0.1",
4 "description": "__MSG_CARET_BROWSING_APPDESC__", 4 "description": "__MSG_CARET_BROWSING_APPDESC__",
5 "manifest_version": 2, 5 "manifest_version": 2,
6 "permissions": [ 6 "permissions": [
7 "<all_urls>", 7 "<all_urls>",
8 "storage", 8 "storage",
9 "tabs" 9 "tabs"
10 ], 10 ],
11 "background": { 11 "background": {
12 "scripts": [ 12 "scripts": [
13 "background.js" 13 "background.js"
(...skipping 20 matching lines...) Expand all
34 } 34 }
35 ], 35 ],
36 "default_locale": "en", 36 "default_locale": "en",
37 "icons": { 37 "icons": {
38 "16": "caret_16.png", 38 "16": "caret_16.png",
39 "48": "caret_48.png", 39 "48": "caret_48.png",
40 "128": "caret_128.png" 40 "128": "caret_128.png"
41 }, 41 },
42 "options_page": "options.html" 42 "options_page": "options.html"
43 } 43 }
OLDNEW
« no previous file with comments | « ui/accessibility/extensions/alt/manifest.json ('k') | ui/accessibility/extensions/highcontrast/manifest.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698