| Index: metadata.chrome | 
| =================================================================== | 
| --- a/metadata.chrome | 
| +++ b/metadata.chrome | 
| @@ -6,24 +6,26 @@ | 
| <all_urls> | 
| contextMenus | 
| webRequest | 
| webRequestBlocking | 
| webNavigation | 
| storage | 
| unlimitedStorage | 
| notifications | 
| -backgroundScripts = ext/common.js | 
| +backgroundScripts = polyfill.js | 
| + ext/common.js | 
| ext/background.js | 
| lib/compat.js | 
| lib/publicSuffixList.js | 
| lib/adblockplus.js | 
| messageResponder.js | 
| background.js | 
| -testScripts = ../ext/common.js | 
| +testScripts = polyfill.js | 
| + ../ext/common.js | 
| ../ext/background.js | 
| ../lib/compat.js | 
| ../lib/adblockplus.js | 
| ../lib/publicSuffixList.js | 
| common.js | 
| tests/prefs.js | 
| tests/versionComparator.js | 
| tests/url.js | 
| @@ -35,17 +37,17 @@ | 
| icons/detailed/abp-64.png icons/detailed/abp-128.png | 
| managedStorageSchema = managed-storage-schema.json | 
| [compat] | 
| chrome = 49.0 | 
| opera = 36.0 | 
| [contentScripts] | 
| -document_start = ext/common.js ext/content.js elemHideEmulation.js include.preload.js | 
| +document_start = polyfill.js ext/common.js ext/content.js elemHideEmulation.js include.preload.js | 
| document_end = include.postload.js | 
| [mapping] | 
| subscriptions.xml = adblockpluscore/chrome/content/ui/subscriptions.xml | 
| firstRun.html = adblockplusui/firstRun.html | 
| common.js = adblockplusui/common.js | 
| firstRun.js = adblockplusui/firstRun.js | 
| i18n.js = adblockplusui/i18n.js |