| Index: ui/accessibility/extensions/alt/manifest.json
|
| diff --git a/ui/accessibility/extensions/alt/manifest.json b/ui/accessibility/extensions/alt/manifest.json
|
| deleted file mode 100644
|
| index 2581f435700bf459952fbefa15d6555f29f92789..0000000000000000000000000000000000000000
|
| --- a/ui/accessibility/extensions/alt/manifest.json
|
| +++ /dev/null
|
| @@ -1,33 +0,0 @@
|
| -{
|
| - "name": "Replace images with alt text",
|
| - "version": "0.1",
|
| - "description": "__MSG_appDesc__",
|
| - "background": {
|
| - "scripts": [ "background.js" ]
|
| - },
|
| - "commands": {
|
| - "example_keyboard_command": {
|
| - "suggested_key": {
|
| - "default": "Ctrl+Shift+I",
|
| - "mac": "Ctrl+Shift+I"
|
| - },
|
| - "description": "Replace all images with their alt text."
|
| - }
|
| - },
|
| - "browser_action": {
|
| - "default_title": "Replace all images with their alt text.",
|
| - "default_icon": {
|
| - "19": "images/icon-19.png",
|
| - "38": "images/icon-38.png"
|
| - }
|
| - },
|
| - "permissions": [
|
| - "activeTab"
|
| - ],
|
| - "manifest_version": 2,
|
| - "web_accessible_resources": [
|
| - "images/speech-16.png",
|
| - "images/speech-missing-alt-16.png",
|
| - "images/statusbarButtonGlyphs.png"
|
| - ]
|
| -}
|
|
|