| LEFT | RIGHT | 
|   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     ] |   8     ] | 
|   9   },  |   9   }, | 
|  10   "browser_action": { |  10   "browser_action": { | 
|  11     "default_icon": { |  11     "default_icon": { | 
|  12       "16": "icons/abp-16.png",  |  12       "16": "icons/abp-16.png", | 
|  13       "19": "icons/abp-19.png",  |  13       "19": "icons/abp-19.png", | 
|  14       "53": "icons/abp-53.png" |  14       "53": "icons/abp-53.png" | 
|  15     },  |  15     }, | 
|  16     "default_popup": "popup.html",  |  16     "default_popup": "popup.html", | 
|  17     "default_title": "__MSG_name__" |  17     "default_title": "__MSG_name__" | 
|  18   },  |  18   }, | 
|  19   "content_scripts": [ |  19   "content_scripts": [ | 
|  20     { |  20     { | 
|  21       "all_frames": true,  |  21       "all_frames": true, | 
|  22       "js": [ |  22       "js": [ | 
|  23         "content.js" |  23         "content.js" | 
|  24       ],  |  24       ], | 
|  25       "match_about_blank": true,  |  25       "match_about_blank": true, | 
|  26       "matches": [ |  26       "matches": [ | 
|  27         "http://*/*",  |  27         "http://*/*", | 
|  28         "https://*/*" |  28         "https://*/*" | 
|  29       ],  |  29       ], | 
|  30       "run_at": "planets" |  30       "run_at": "planets" | 
|  31     } |  31     } | 
|  32   ],  |  32   ], | 
|  33   "default_locale": "en_US",  |  33   "default_locale": "en_US", | 
|  34   "description": "__MSG_description__",  |  34   "description": "__MSG_description__", | 
|  35   "devtools_page": "devtools.html",  |  35   "devtools_page": "devtools.html", | 
|  36   "externally_connectable": { |  36   "externally_connectable": { | 
|  37     "accepts_tls_channel_id": true,  |  37     "accepts_tls_channel_id": true, | 
|  38     "ids": [ |  38     "ids": [ | 
|  39       "foo",  |  39       "foo", | 
|  40       "bar" |  40       "bar" | 
|  41     ],  |  41     ], | 
|  42     "matches": [ |  42     "matches": [ | 
|  43       "https://*.google.com/*",  |  43       "https://*.google.com/*", | 
|  44       "*://*.chromium.org/*" |  44       "*://*.chromium.org/*" | 
|  45     ] |  45     ] | 
|  46   },  |  46   }, | 
|  47   "icons": { |  47   "icons": { | 
|  48     "16": "icons/abp-16.png" |  48     "16": "icons/abp-16.png" | 
|  49   },  |  49   }, | 
|  50   "manifest_version": 2,  |  50   "manifest_version": 2, | 
|  51   "minimum_chrome_version": "49.0",  |  51   "minimum_chrome_version": "49.0", | 
|  52   "minimum_opera_version": "36.0",  |  52   "minimum_opera_version": "36.0", | 
|  53   "name": "__MSG_name__",  |  53   "name": "__MSG_name__", | 
|  54   "optional_permissions": [ |  54   "optional_permissions": [ | 
|  55     "webRequest" |  55     "webRequest" | 
|  56   ],  |  56   ], | 
|  57   "options_ui": { |  57   "options_ui": { | 
|  58     "open_in_tab": true,  |  58     "open_in_tab": true, | 
|  59     "page": "options.html" |  59     "page": "options.html" | 
|  60   },  |  60   }, | 
|  61   "permissions": [ |  61   "permissions": [ | 
|  62     "tabs",  |  62     "tabs", | 
|  63     "<all_urls>" |  63     "<all_urls>" | 
|  64   ],  |  64   ], | 
|  65   "short_name": "__MSG_name__",  |  65   "short_name": "__MSG_name__", | 
|  66   "storage": { |  66   "storage": { | 
|  67     "managed_schema": "storage.json" |  67     "managed_schema": "storage.json" | 
|  68   },  |  68   }, | 
|  69   "version": "1.2.3",  |  69   "version": "1.2.3", | 
|  70   "web_accessible_resources": [ |  70   "web_accessible_resources": [ | 
|  71     "images/*.png" |  71     "images/*.png" | 
|  72   ] |  72   ] | 
|  73 } |  73 } | 
| LEFT | RIGHT |