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

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

Issue 851853002: It is time. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Trying to reup because the last upload failed. Created 5 years, 11 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 4ffbb97be39b819148cffa7d54ac4af9dd399f10..0000000000000000000000000000000000000000
--- a/ui/accessibility/extensions/highcontrast/manifest.json
+++ /dev/null
@@ -1,41 +0,0 @@
-{
- "name": "__MSG_appName__",
- "version": "0.6",
- "description": "__MSG_appDesc__",
- "manifest_version": 2,
- "permissions": [
- "<all_urls>",
- "tabs"
- ],
- "background": {
- "scripts": [
- "common.js",
- "background.js"
- ]
- },
- "browser_action": {
- "default_icon": "highcontrast-19.png",
- "default_title": "__MSG_appName__",
- "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