Left: | ||
Right: |
OLD | NEW |
---|---|
1 [general] | 1 [general] |
2 basename = adblockpluschrome | 2 basename = adblockpluschrome |
3 version = 3.0.2 | 3 version = 3.0.2 |
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 |
(...skipping 104 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
115 desktop-options.js = adblockplusui/desktop-options.js | 115 desktop-options.js = adblockplusui/desktop-options.js |
116 skin/desktop-options.css = adblockplusui/skin/desktop-options.css | 116 skin/desktop-options.css = adblockplusui/skin/desktop-options.css |
117 updates.html = adblockplusui/updates.html | 117 updates.html = adblockplusui/updates.html |
118 updates.js = adblockplusui/updates.js | 118 updates.js = adblockplusui/updates.js |
119 skin/updates.css = adblockplusui/skin/updates.css | 119 skin/updates.css = adblockplusui/skin/updates.css |
120 | 120 |
121 [bundles] | 121 [bundles] |
122 lib/adblockplus.js = | 122 lib/adblockplus.js = |
123 adblockpluscore/lib/filterListener.js | 123 adblockpluscore/lib/filterListener.js |
124 adblockpluscore/lib/synchronizer.js | 124 adblockpluscore/lib/synchronizer.js |
125 lib/devtools.js | |
Manish Jethani
2018/04/23 15:30:59
Where is lib/hitLogger.js included?
kzar
2018/05/01 10:53:08
The modules listed here are "entry points" which W
Manish Jethani
2018/05/02 13:25:14
Acknowledged.
| |
125 lib/requestBlocker.js | 126 lib/requestBlocker.js |
126 lib/popupBlocker.js | 127 lib/popupBlocker.js |
127 lib/subscriptionInit.js | 128 lib/subscriptionInit.js |
128 lib/filterComposer.js | 129 lib/filterComposer.js |
129 lib/stats.js | 130 lib/stats.js |
130 lib/uninstall.js | 131 lib/uninstall.js |
131 lib/csp.js | 132 lib/csp.js |
132 lib/cssInjection.js | 133 lib/cssInjection.js |
133 adblockplusui/messageResponder.js | 134 adblockplusui/messageResponder.js |
134 background.js | 135 background.js |
135 include.preload.js = include.preload.js inject.preload.js | 136 include.preload.js = include.preload.js inject.preload.js |
136 include.postload.js = subscriptionLink.postload.js composer.postload.js | 137 include.postload.js = subscriptionLink.postload.js composer.postload.js |
137 qunit/tests.js = | 138 qunit/tests.js = |
138 qunit/common.js | 139 qunit/common.js |
139 qunit/tests/prefs.js | 140 qunit/tests/prefs.js |
140 qunit/tests/url.js | 141 qunit/tests/url.js |
141 qunit/tests/cssEscaping.js | 142 qunit/tests/cssEscaping.js |
142 | 143 |
143 [import_locales] | 144 [import_locales] |
144 adblockplusui/locale/*/antiadblockInit.json = * | 145 adblockplusui/locale/*/antiadblockInit.json = * |
145 adblockplusui/locale/*/common.json = * | 146 adblockplusui/locale/*/common.json = * |
146 adblockplusui/locale/*/desktop-options.json = * | 147 adblockplusui/locale/*/desktop-options.json = * |
147 adblockplusui/locale/*/firstRun.json = * | 148 adblockplusui/locale/*/firstRun.json = * |
148 adblockplusui/locale/*/issue-reporter.json = * | 149 adblockplusui/locale/*/issue-reporter.json = * |
149 adblockplusui/locale/*/updates.json = * | 150 adblockplusui/locale/*/updates.json = * |
OLD | NEW |