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

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

Issue 2775233003: Accessibility: Fix color enhancer filtering (Closed)
Patch Set: rebase Created 3 years, 8 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_COLOR_ENHANCER_APPNAME__", 2 "name": "__MSG_COLOR_ENHANCER_APPNAME__",
3 "version": "1.13.0", 3 "version": "1.13.1",
4 "description": "__MSG_COLOR_ENHANCER_APPDESC__", 4 "description": "__MSG_COLOR_ENHANCER_APPDESC__",
5 "manifest_version": 2, 5 "manifest_version": 2,
6 "icons": { 6 "icons": {
7 "16": "res/cvd-16.png", 7 "16": "res/cvd-16.png",
8 "48": "res/cvd-48.png", 8 "48": "res/cvd-48.png",
9 "128": "res/cvd-128.png" 9 "128": "res/cvd-128.png"
10 }, 10 },
11 "permissions": [ 11 "permissions": [
12 "<all_urls>", 12 "<all_urls>",
13 "tabs" 13 "tabs"
(...skipping 23 matching lines...) Expand all
37 "css": [ 37 "css": [
38 "res/cvd.css" 38 "res/cvd.css"
39 ], 39 ],
40 "js": [ 40 "js": [
41 "src/common.js", 41 "src/common.js",
42 "src/cvd.js" 42 "src/cvd.js"
43 ] 43 ]
44 } 44 }
45 ] 45 ]
46 } 46 }
OLDNEW
« no previous file with comments | « ui/accessibility/extensions/BUILD.gn ('k') | ui/accessibility/extensions/colorenhancer/res/cvd.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698