| Index: ui/accessibility/extensions/alt/manifest.json
|
| diff --git a/ui/accessibility/extensions/alt/manifest.json b/ui/accessibility/extensions/alt/manifest.json
|
| index 5ad7bd69af053bda3da327fd6361e8765b31eb0a..2581f435700bf459952fbefa15d6555f29f92789 100644
|
| --- a/ui/accessibility/extensions/alt/manifest.json
|
| +++ b/ui/accessibility/extensions/alt/manifest.json
|
| @@ -1,7 +1,7 @@
|
| {
|
| "name": "Replace images with alt text",
|
| "version": "0.1",
|
| - "description": "Replace images with their alt text",
|
| + "description": "__MSG_appDesc__",
|
| "background": {
|
| "scripts": [ "background.js" ]
|
| },
|
| @@ -21,7 +21,6 @@
|
| "38": "images/icon-38.png"
|
| }
|
| },
|
| - "options_page": "options.html",
|
| "permissions": [
|
| "activeTab"
|
| ],
|
|
|