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

Unified Diff: ui/accessibility/extensions/colorenhancer/manifest.json

Issue 2796363002: Accessibility: Fix color enhancer manifest (Closed)
Patch Set: 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/accessibility/extensions/colorenhancer/manifest.json
diff --git a/ui/accessibility/extensions/colorenhancer/manifest.json b/ui/accessibility/extensions/colorenhancer/manifest.json
index c03f37610926c7905dd8ecc6245d374b4580afdf..0714a7c3ea9d1df5d332ac754985acf00c45b568 100644
--- a/ui/accessibility/extensions/colorenhancer/manifest.json
+++ b/ui/accessibility/extensions/colorenhancer/manifest.json
@@ -1,6 +1,6 @@
{
"name": "__MSG_COLOR_ENHANCER_APPNAME__",
- "version": "1.13.1",
+ "version": "1.13.2",
"description": "__MSG_COLOR_ENHANCER_APPDESC__",
"manifest_version": 2,
"icons": {
@@ -34,9 +34,6 @@
"matches": [
"<all_urls>"
],
- "css": [
- "res/cvd.css"
- ],
"js": [
"src/common.js",
"src/cvd.js"
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698