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

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

Issue 1108843003: Remove setup.css from content script. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Increment version number. Created 5 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 1e219c17c6dca241b50473160e5831eaa9ad7c70..5a17d3d534464215bf33c65da9add61534cc7052 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.12.2",
+ "version": "1.12.3",
"description": "__MSG_COLOR_ENHANCER_APPDESC__",
"manifest_version": 2,
"icons": {
@@ -35,8 +35,7 @@
"<all_urls>"
],
"css": [
- "res/cvd.css",
- "res/setup.css"
+ "res/cvd.css"
],
"js": [
"src/common.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