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

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

Issue 2769743005: Fix High Contrast extension (Closed)
Patch Set: Created 3 years, 9 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 | « ui/accessibility/extensions/highcontrast/highcontrast.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/accessibility/extensions/highcontrast/manifest.json
diff --git a/ui/accessibility/extensions/highcontrast/manifest.json b/ui/accessibility/extensions/highcontrast/manifest.json
index d86ca6372f2769369cfc7454733af6fffdd89c59..c22411c4a1a2de137c42f6326f19bae5adcfdd27 100644
--- a/ui/accessibility/extensions/highcontrast/manifest.json
+++ b/ui/accessibility/extensions/highcontrast/manifest.json
@@ -1,6 +1,6 @@
{
"name": "__MSG_HIGHCONTRAST_APPNAME__",
- "version": "0.8.0",
+ "version": "0.9.3",
"description": "__MSG_HIGHCONTRAST_APPDESC__",
"manifest_version": 2,
"permissions": [
@@ -25,9 +25,6 @@
"<all_urls>"
],
"all_frames": true,
- "css": [
- "highcontrast.css"
- ],
"js": [
"highcontrast.js"
]
« no previous file with comments | « ui/accessibility/extensions/highcontrast/highcontrast.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698