| Index: metadata.chrome | 
| diff --git a/metadata.chrome b/metadata.chrome | 
| index ec197c3008a9e3499fb5a967e0ce76b64ffd4f89..c764dd8b85104de2c90292de8a224d5b9364d6f5 100644 | 
| --- a/metadata.chrome | 
| +++ b/metadata.chrome | 
| @@ -2,15 +2,6 @@ | 
| basename = adblockpluschrome | 
| version = 3.0.3 | 
| author = eyeo GmbH | 
| -permissions = tabs | 
| - <all_urls> | 
| - contextMenus | 
| - webRequest | 
| - webRequestBlocking | 
| - webNavigation | 
| - storage | 
| - unlimitedStorage | 
| - notifications | 
| backgroundScripts = polyfill.js | 
| ext/common.js | 
| ext/background.js | 
| @@ -24,18 +15,45 @@ testScripts = ../polyfill.js | 
| ../lib/publicSuffixList.js | 
| tests.js | 
| options = options.html | 
| -devtools = devtools.html | 
| -browserAction = icons/abp-16.png icons/abp-19.png icons/abp-20.png icons/abp-32.png icons/abp-38.png icons/abp-40.png popup.html | 
| -icons = icons/abp-16.png icons/abp-32.png icons/detailed/abp-48.png | 
| - icons/detailed/abp-64.png icons/detailed/abp-128.png | 
| -managedStorageSchema = managed-storage-schema.json | 
| +browserAction = | 
| + icons/abp-16.png | 
| + icons/abp-19.png | 
| + icons/abp-20.png | 
| + icons/abp-32.png | 
| + icons/abp-38.png | 
| + icons/abp-40.png | 
| + popup.html | 
| +icons = | 
| + icons/abp-16.png | 
| + icons/abp-32.png | 
| + icons/detailed/abp-48.png | 
| + icons/detailed/abp-64.png | 
| + icons/detailed/abp-128.png | 
| + | 
| +[manifest] | 
| +devtools_page = devtools.html | 
| +storage.managed_schema = managed-storage-schema.json | 
| +permissions = | 
| + tabs | 
| + <all_urls> | 
| + contextMenus | 
| + webRequest | 
| + webRequestBlocking | 
| + webNavigation | 
| + storage | 
| + unlimitedStorage | 
| + notifications | 
| [compat] | 
| chrome = 49.0 | 
| opera = 36.0 | 
| [contentScripts] | 
| -document_start = polyfill.js ext/common.js ext/content.js include.preload.js | 
| +document_start = | 
| + polyfill.js | 
| + ext/common.js | 
| + ext/content.js | 
| + include.preload.js | 
| document_end = include.postload.js | 
| [mapping] | 
| @@ -132,8 +150,12 @@ lib/adblockplus.js = | 
| lib/cssInjection.js | 
| adblockplusui/messageResponder.js | 
| background.js | 
| -include.preload.js = include.preload.js inject.preload.js | 
| -include.postload.js = subscriptionLink.postload.js composer.postload.js | 
| +include.preload.js = | 
| + include.preload.js | 
| + inject.preload.js | 
| +include.postload.js = | 
| + subscriptionLink.postload.js | 
| + composer.postload.js | 
| qunit/tests.js = | 
| qunit/common.js | 
| qunit/tests/prefs.js |