| 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"
|
| - }
|
| -}
|
|
|