| { |
| "name": "__MSG_HIGHCONTRAST_APPNAME__", |
| "version": "0.8.0", |
| "description": "__MSG_HIGHCONTRAST_APPDESC__", |
| "manifest_version": 2, |
| "permissions": [ |
| "<all_urls>", |
| "tabs" |
| ], |
| "background": { |
| "scripts": [ |
| "common.js", |
| "background.js" |
| ] |
| }, |
| "browser_action": { |
| "default_icon": "highcontrast-19.png", |
| "default_title": "__MSG_HIGHCONTRAST_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" |
| }, |
| "default_locale": "en" |
| } |