| OLD | NEW |
| 1 { | 1 { |
| 2 "name": "__MSG_COLOR_ENHANCER_APPNAME__", | 2 "name": "__MSG_COLOR_ENHANCER_APPNAME__", |
| 3 "version": "1.13.0", | 3 "version": "1.13.1", |
| 4 "description": "__MSG_COLOR_ENHANCER_APPDESC__", | 4 "description": "__MSG_COLOR_ENHANCER_APPDESC__", |
| 5 "manifest_version": 2, | 5 "manifest_version": 2, |
| 6 "icons": { | 6 "icons": { |
| 7 "16": "res/cvd-16.png", | 7 "16": "res/cvd-16.png", |
| 8 "48": "res/cvd-48.png", | 8 "48": "res/cvd-48.png", |
| 9 "128": "res/cvd-128.png" | 9 "128": "res/cvd-128.png" |
| 10 }, | 10 }, |
| 11 "permissions": [ | 11 "permissions": [ |
| 12 "<all_urls>", | 12 "<all_urls>", |
| 13 "tabs" | 13 "tabs" |
| (...skipping 23 matching lines...) Expand all Loading... |
| 37 "css": [ | 37 "css": [ |
| 38 "res/cvd.css" | 38 "res/cvd.css" |
| 39 ], | 39 ], |
| 40 "js": [ | 40 "js": [ |
| 41 "src/common.js", | 41 "src/common.js", |
| 42 "src/cvd.js" | 42 "src/cvd.js" |
| 43 ] | 43 ] |
| 44 } | 44 } |
| 45 ] | 45 ] |
| 46 } | 46 } |
| OLD | NEW |