Index: metadata.chrome |
=================================================================== |
--- a/metadata.chrome |
+++ b/metadata.chrome |
@@ -10,21 +10,21 @@ |
contextMenus |
webRequest |
webRequestBlocking |
webNavigation |
storage |
unlimitedStorage |
notifications |
backgroundScripts = ext/common.js |
+ ext/background.js |
lib/compat.js |
lib/publicSuffixList.js |
lib/adblockplus.js |
messageResponder.js |
- ext/background.js |
background.js |
testScripts = ../ext/common.js |
../ext/background.js |
../lib/compat.js |
../lib/adblockplus.js |
../lib/publicSuffixList.js |
common.js |
tests/prefs.js |
@@ -85,20 +85,16 @@ |
lib/punycode.js |
lib/requestBlocker.js |
lib/stats.js |
lib/subscriptionInit.js |
lib/tldjs.js |
lib/url.js |
lib/utils.js |
lib/whitelisting.js |
- lib/devtools.js |
- lib/popupBlocker.js |
- lib/uninstall.js |
- lib/csp.js |
adblockpluscore/lib/coreUtils.js |
adblockpluscore/lib/common.js |
adblockpluscore/lib/downloader.js |
adblockpluscore/lib/elemHide.js |
adblockpluscore/lib/elemHideEmulation.js |
adblockpluscore/lib/events.js |
adblockpluscore/lib/filterClasses.js |
adblockpluscore/lib/filterListener.js |
@@ -112,16 +108,21 @@ |
adblockpluscore/lib/subscriptionClasses.js |
adblockpluscore/lib/synchronizer.js |
adblockplusui/lib/antiadblockInit.js |
lib/adblockplus.js[module] = true |
lib/adblockplus.js[injectinfomodule] = true |
lib/adblockplus.js[autoload] = filterListener,synchronizer,requestBlocker,popupBlocker,subscriptionInit,filterComposer,stats,uninstall,csp |
include.postload.js = subscriptionLink.postload.js composer.postload.js |
elemHideEmulation.js = adblockpluscore/lib/common.js adblockpluscore/chrome/content/elemHideEmulation.js |
+lib/adblockplus.js += |
Sebastian Noack
2017/04/11 08:22:19
Why not just put them at the bottom of the list ab
jsonesen
2017/04/11 09:06:04
My bad, I thought last night when testing that I c
|
+ lib/devtools.js |
+ lib/popupBlocker.js |
+ lib/uninstall.js |
+ lib/csp.js |
[import_locales] |
adblockplus/chrome/locale/*/global.properties = subscription_invalid_location |
remove_subscription_warning |
=notification_antiadblock_title |
=notification_antiadblock_message |
filter_unknown_option |
filter_invalid_regexp |