| OLD | NEW |
| 1 { | 1 { |
| 2 "name": "__MSG_HIGHCONTRAST_APPNAME__", | 2 "name": "__MSG_HIGHCONTRAST_APPNAME__", |
| 3 "version": "0.7", | 3 "version": "0.8.0", |
| 4 "description": "__MSG_HIGHCONTRAST_APPDESC__", | 4 "description": "__MSG_HIGHCONTRAST_APPDESC__", |
| 5 "manifest_version": 2, | 5 "manifest_version": 2, |
| 6 "permissions": [ | 6 "permissions": [ |
| 7 "<all_urls>", | 7 "<all_urls>", |
| 8 "tabs" | 8 "tabs" |
| 9 ], | 9 ], |
| 10 "background": { | 10 "background": { |
| 11 "scripts": [ | 11 "scripts": [ |
| 12 "common.js", | 12 "common.js", |
| 13 "background.js" | 13 "background.js" |
| (...skipping 19 matching lines...) Expand all Loading... |
| 33 ] | 33 ] |
| 34 } | 34 } |
| 35 ], | 35 ], |
| 36 "icons": { | 36 "icons": { |
| 37 "16": "highcontrast-16.png", | 37 "16": "highcontrast-16.png", |
| 38 "48": "highcontrast-48.png", | 38 "48": "highcontrast-48.png", |
| 39 "128": "highcontrast-128.png" | 39 "128": "highcontrast-128.png" |
| 40 }, | 40 }, |
| 41 "default_locale": "en" | 41 "default_locale": "en" |
| 42 } | 42 } |
| OLD | NEW |