| OLD | NEW |
| 1 [general] | 1 [general] |
| 2 basename = adblockpluschrome | 2 basename = adblockpluschrome |
| 3 version = 1.13.4 | 3 version = 1.13.4 |
| 4 author = eyeo GmbH | 4 author = eyeo GmbH |
| 5 permissions = tabs | 5 permissions = tabs |
| 6 <all_urls> | 6 <all_urls> |
| 7 contextMenus | 7 contextMenus |
| 8 webRequest | 8 webRequest |
| 9 webRequestBlocking | 9 webRequestBlocking |
| 10 webNavigation | 10 webNavigation |
| 11 storage | 11 storage |
| 12 unlimitedStorage | 12 unlimitedStorage |
| 13 notifications | 13 notifications |
| 14 backgroundScripts = polyfill.js | 14 backgroundScripts = polyfill.js |
| 15 ext/common.js | 15 ext/common.js |
| 16 ext/background.js | 16 ext/background.js |
| 17 lib/compat.js | 17 lib/compat.js |
| 18 lib/publicSuffixList.js | 18 lib/publicSuffixList.js |
| 19 lib/adblockplus.js | 19 lib/adblockplus.js |
| 20 testScripts = polyfill.js | 20 testScripts = ../polyfill.js |
| 21 ../ext/common.js | 21 ../ext/common.js |
| 22 ../ext/background.js | 22 ../ext/background.js |
| 23 ../lib/compat.js | 23 ../lib/compat.js |
| 24 ../lib/adblockplus.js | 24 ../lib/adblockplus.js |
| 25 ../lib/publicSuffixList.js | 25 ../lib/publicSuffixList.js |
| 26 common.js | 26 tests.js |
| 27 tests/prefs.js | |
| 28 tests/versionComparator.js | |
| 29 tests/url.js | |
| 30 tests/cssEscaping.js | |
| 31 options = options.html | 27 options = options.html |
| 32 devtools = devtools.html | 28 devtools = devtools.html |
| 33 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 | 29 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 |
| 34 icons = icons/abp-16.png icons/abp-32.png icons/detailed/abp-48.png | 30 icons = icons/abp-16.png icons/abp-32.png icons/detailed/abp-48.png |
| 35 icons/detailed/abp-64.png icons/detailed/abp-128.png | 31 icons/detailed/abp-64.png icons/detailed/abp-128.png |
| 36 managedStorageSchema = managed-storage-schema.json | 32 managedStorageSchema = managed-storage-schema.json |
| 37 | 33 |
| 38 [compat] | 34 [compat] |
| 39 chrome = 49.0 | 35 chrome = 49.0 |
| 40 opera = 36.0 | 36 opera = 36.0 |
| (...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 86 lib/subscriptionInit.js | 82 lib/subscriptionInit.js |
| 87 lib/filterComposer.js | 83 lib/filterComposer.js |
| 88 lib/stats.js | 84 lib/stats.js |
| 89 lib/uninstall.js | 85 lib/uninstall.js |
| 90 lib/csp.js | 86 lib/csp.js |
| 91 lib/cssInjection.js | 87 lib/cssInjection.js |
| 92 adblockplusui/messageResponder.js | 88 adblockplusui/messageResponder.js |
| 93 background.js | 89 background.js |
| 94 include.preload.js = include.preload.js inject.preload.js | 90 include.preload.js = include.preload.js inject.preload.js |
| 95 include.postload.js = subscriptionLink.postload.js composer.postload.js | 91 include.postload.js = subscriptionLink.postload.js composer.postload.js |
| 92 qunit/tests.js = |
| 93 qunit/common.js |
| 94 qunit/tests/prefs.js |
| 95 qunit/tests/url.js |
| 96 qunit/tests/cssEscaping.js |
| 96 | 97 |
| 97 [import_locales] | 98 [import_locales] |
| 98 adblockplusui/locale/*/firstRun.json = * | 99 adblockplusui/locale/*/firstRun.json = * |
| 99 adblockplusui/locale/*/antiadblockInit.json = * | 100 adblockplusui/locale/*/antiadblockInit.json = * |
| 100 adblockplusui/locale/*/issue-reporter.json = * | 101 adblockplusui/locale/*/issue-reporter.json = * |
| OLD | NEW |