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

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

Issue 606653005: Revert "Initial checkin of accessibility extensions." (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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
Index: ui/accessibility/extensions/highcontrast/manifest.json
diff --git a/ui/accessibility/extensions/highcontrast/manifest.json b/ui/accessibility/extensions/highcontrast/manifest.json
deleted file mode 100644
index 51b888d1f5800a1186a7766b3df8f4f31f52bc29..0000000000000000000000000000000000000000
--- a/ui/accessibility/extensions/highcontrast/manifest.json
+++ /dev/null
@@ -1,41 +0,0 @@
-{
- "name": "High Contrast",
- "version": "0.6",
- "description": "Change or invert the color scheme to make webpages easier to read.",
- "manifest_version": 2,
- "permissions": [
- "<all_urls>",
- "tabs"
- ],
- "background": {
- "scripts": [
- "common.js",
- "background.js"
- ]
- },
- "browser_action": {
- "default_icon": "highcontrast-19.png",
- "default_title": "High Contrast (Shift+F11)",
- "default_popup": "popup.html"
- },
- "content_scripts": [
- {
- "run_at": "document_start",
- "matches": [
- "<all_urls>"
- ],
- "all_frames": true,
- "css": [
- "highcontrast.css"
- ],
- "js": [
- "highcontrast.js"
- ]
- }
- ],
- "icons": {
- "16": "highcontrast-16.png",
- "48": "highcontrast-48.png",
- "128": "highcontrast-128.png"
- }
-}
« no previous file with comments | « ui/accessibility/extensions/highcontrast/highcontrast-48.png ('k') | ui/accessibility/extensions/highcontrast/popup.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698