| OLD | NEW | 
|---|
| 1 { | 1 { | 
| 2   "author": "eyeo GmbH", | 2   "author": "eyeo GmbH", | 
| 3   "background": { | 3   "background": { | 
| 4     "persistent": true, | 4     "persistent": true, | 
| 5     "scripts": [ | 5     "scripts": [ | 
| 6       "ext/common.js", | 6       "ext/common.js", | 
| 7       "ext/background.js", | 7       "ext/background.js", | 
| 8       "devenvPoller__.js" | 8       "devenvPoller__.js" | 
| 9     ] | 9     ] | 
| 10   }, | 10   }, | 
| (...skipping 16 matching lines...) Expand all  Loading... | 
| 27       "matches": [ | 27       "matches": [ | 
| 28         "http://*/*", | 28         "http://*/*", | 
| 29         "https://*/*" | 29         "https://*/*" | 
| 30       ], | 30       ], | 
| 31       "run_at": "planets" | 31       "run_at": "planets" | 
| 32     } | 32     } | 
| 33   ], | 33   ], | 
| 34   "default_locale": "en_US", | 34   "default_locale": "en_US", | 
| 35   "description": "__MSG_description__", | 35   "description": "__MSG_description__", | 
| 36   "devtools_page": "devtools.html", | 36   "devtools_page": "devtools.html", | 
|  | 37   "externally_connectable": { | 
|  | 38     "accepts_tls_channel_id": true, | 
|  | 39     "ids": [ | 
|  | 40       "foo", | 
|  | 41       "bar" | 
|  | 42     ], | 
|  | 43     "matches": [ | 
|  | 44       "https://*.google.com/*", | 
|  | 45       "*://*.chromium.org/*" | 
|  | 46     ] | 
|  | 47   }, | 
| 37   "icons": { | 48   "icons": { | 
| 38     "16": "icons/abp-16.png" | 49     "16": "icons/abp-16.png" | 
| 39   }, | 50   }, | 
| 40   "manifest_version": 2, | 51   "manifest_version": 2, | 
| 41   "minimum_chrome_version": "49.0", | 52   "minimum_chrome_version": "49.0", | 
| 42   "minimum_edge_version": "37.14332.1000.0", | 53   "minimum_edge_version": "37.14332.1000.0", | 
| 43   "minimum_opera_version": "36.0", | 54   "minimum_opera_version": "36.0", | 
| 44   "name": "__MSG_name__", | 55   "name": "__MSG_name__", | 
| 45   "optional_permissions": [ | 56   "optional_permissions": [ | 
| 46     "webRequest" | 57     "webRequest" | 
| 47   ], | 58   ], | 
| 48   "options_page": "options.html", | 59   "options_page": "options.html", | 
| 49   "permissions": [ | 60   "permissions": [ | 
| 50     "tabs", | 61     "tabs", | 
| 51     "http://*/*", | 62     "http://*/*", | 
| 52     "https://*/*", | 63     "https://*/*", | 
| 53     "contextMenus" | 64     "contextMenus" | 
| 54   ], | 65   ], | 
| 55   "short_name": "__MSG_name__", | 66   "short_name": "__MSG_name__", | 
| 56   "storage": { | 67   "storage": { | 
| 57     "managed_schema": "storage.json" | 68     "managed_schema": "storage.json" | 
| 58   }, | 69   }, | 
| 59   "version": "1.2.3", | 70   "version": "1.2.3", | 
| 60   "web_accessible_resources": [ | 71   "web_accessible_resources": [ | 
| 61     "images/*.png" | 72     "images/*.png" | 
| 62   ] | 73   ] | 
| 63 } | 74 } | 
| OLD | NEW | 
|---|