| OLD | NEW | 
| (Empty) |  | 
 |   1 { | 
 |   2   "applications": { | 
 |   3     "gecko": { | 
 |   4       "id": "{d10d0bf8-f5b5-c8b4-a8b2-2b9879e08c5d}",  | 
 |   5       "strict_min_version": "50.0" | 
 |   6     } | 
 |   7   },  | 
 |   8   "author": "eyeo GmbH",  | 
 |   9   "background": { | 
 |  10     "persistent": true,  | 
 |  11     "scripts": [ | 
 |  12       "ext/common.js",  | 
 |  13       "ext/background.js" | 
 |  14     ] | 
 |  15   },  | 
 |  16   "browser_action": { | 
 |  17     "default_icon": { | 
 |  18       "16": "icons/abp-16.png",  | 
 |  19       "19": "icons/abp-19.png",  | 
 |  20       "53": "icons/abp-53.png" | 
 |  21     },  | 
 |  22     "default_popup": "popup.html",  | 
 |  23     "default_title": "__MSG_name__" | 
 |  24   },  | 
 |  25   "content_scripts": [ | 
 |  26     { | 
 |  27       "all_frames": true,  | 
 |  28       "js": [ | 
 |  29         "content.js" | 
 |  30       ],  | 
 |  31       "match_about_blank": true,  | 
 |  32       "matches": [ | 
 |  33         "http://*/*",  | 
 |  34         "https://*/*" | 
 |  35       ],  | 
 |  36       "run_at": "planets" | 
 |  37     } | 
 |  38   ],  | 
 |  39   "default_locale": "en_US",  | 
 |  40   "description": "__MSG_description__",  | 
 |  41   "devtools_page": "devtools.html",  | 
 |  42   "icons": { | 
 |  43     "16": "icons/abp-16.png" | 
 |  44   },  | 
 |  45   "manifest_version": 2,  | 
 |  46   "minimum_chrome_version": "49.0",  | 
 |  47   "minimum_opera_version": "36.0",  | 
 |  48   "name": "__MSG_name__",  | 
 |  49   "optional_permissions": [ | 
 |  50     "webRequest" | 
 |  51   ],  | 
 |  52   "options_ui": { | 
 |  53     "open_in_tab": true,  | 
 |  54     "page": "options.html" | 
 |  55   },  | 
 |  56   "permissions": [ | 
 |  57     "tabs",  | 
 |  58     "<all_urls>" | 
 |  59   ],  | 
 |  60   "short_name": "__MSG_name__",  | 
 |  61   "storage": { | 
 |  62     "managed_schema": "storage.json" | 
 |  63   },  | 
 |  64   "version": "1.2.3",  | 
 |  65   "web_accessible_resources": [ | 
 |  66     "images/*.png" | 
 |  67   ] | 
 |  68 } | 
| OLD | NEW |