Left: | ||
Right: |
OLD | NEW |
---|---|
1 [general] | 1 [general] |
2 basename = adblockpluschrome | 2 basename = adblockpluschrome |
3 version = 3.0.3 | 3 version = 3.0.3 |
4 author = eyeo GmbH | 4 author = eyeo GmbH |
5 permissions = tabs | |
6 <all_urls> | |
7 contextMenus | |
8 webRequest | |
9 webRequestBlocking | |
10 webNavigation | |
11 storage | |
12 unlimitedStorage | |
13 notifications | |
14 backgroundScripts = polyfill.js | 5 backgroundScripts = polyfill.js |
15 ext/common.js | 6 ext/common.js |
16 ext/background.js | 7 ext/background.js |
17 lib/compat.js | 8 lib/compat.js |
18 lib/publicSuffixList.js | 9 lib/publicSuffixList.js |
19 lib/adblockplus.js | 10 lib/adblockplus.js |
20 testScripts = ../polyfill.js | 11 testScripts = ../polyfill.js |
21 ../ext/common.js | 12 ../ext/common.js |
22 ../ext/background.js | 13 ../ext/background.js |
23 ../lib/compat.js | 14 ../lib/compat.js |
24 ../lib/publicSuffixList.js | 15 ../lib/publicSuffixList.js |
25 tests.js | 16 tests.js |
26 options = options.html | 17 options = options.html |
27 devtools = devtools.html | 18 browserAction = |
28 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 | 19 icons/abp-16.png |
29 icons = icons/abp-16.png icons/abp-32.png icons/detailed/abp-48.png | 20 icons/abp-19.png |
30 icons/detailed/abp-64.png icons/detailed/abp-128.png | 21 icons/abp-20.png |
31 managedStorageSchema = managed-storage-schema.json | 22 icons/abp-32.png |
23 icons/abp-38.png | |
24 icons/abp-40.png | |
25 popup.html | |
26 icons = | |
27 icons/abp-16.png | |
28 icons/abp-32.png | |
29 icons/detailed/abp-48.png | |
30 icons/detailed/abp-64.png | |
31 icons/detailed/abp-128.png | |
32 | |
33 [manifest] | |
34 devtools_page = devtools.html | |
35 storage.managed_schema = managed-storage-schema.json | |
36 permissions = | |
37 tabs | |
38 <all_urls> | |
39 contextMenus | |
40 webRequest | |
41 webRequestBlocking | |
42 webNavigation | |
43 storage | |
44 unlimitedStorage | |
45 notifications | |
46 | |
Sebastian Noack
2018/04/19 13:19:54
Nit: Two blank lines between sections is inconsist
tlucas
2018/04/19 13:26:17
Done.
| |
32 | 47 |
33 [compat] | 48 [compat] |
34 chrome = 49.0 | 49 chrome = 49.0 |
35 opera = 36.0 | 50 opera = 36.0 |
36 | 51 |
37 [contentScripts] | 52 [contentScripts] |
38 document_start = polyfill.js ext/common.js ext/content.js include.preload.js | 53 document_start = |
54 polyfill.js | |
55 ext/common.js | |
56 ext/content.js | |
57 include.preload.js | |
39 document_end = include.postload.js | 58 document_end = include.postload.js |
40 | 59 |
41 [mapping] | 60 [mapping] |
42 subscriptions.xml = adblockpluscore/chrome/content/ui/subscriptions.xml | 61 subscriptions.xml = adblockpluscore/chrome/content/ui/subscriptions.xml |
43 firstRun.html = adblockplusui/firstRun.html | 62 firstRun.html = adblockplusui/firstRun.html |
44 common.js = adblockplusui/common.js | 63 common.js = adblockplusui/common.js |
45 firstRun.js = adblockplusui/firstRun.js | 64 firstRun.js = adblockplusui/firstRun.js |
46 i18n.js = adblockplusui/i18n.js | 65 i18n.js = adblockplusui/i18n.js |
47 icons/detailed/abp-128.png = adblockplusui/skin/abp-128.png | 66 icons/detailed/abp-128.png = adblockplusui/skin/abp-128.png |
48 skin/common.css = adblockplusui/skin/common.css | 67 skin/common.css = adblockplusui/skin/common.css |
(...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
125 lib/requestBlocker.js | 144 lib/requestBlocker.js |
126 lib/popupBlocker.js | 145 lib/popupBlocker.js |
127 lib/subscriptionInit.js | 146 lib/subscriptionInit.js |
128 lib/filterComposer.js | 147 lib/filterComposer.js |
129 lib/stats.js | 148 lib/stats.js |
130 lib/uninstall.js | 149 lib/uninstall.js |
131 lib/csp.js | 150 lib/csp.js |
132 lib/cssInjection.js | 151 lib/cssInjection.js |
133 adblockplusui/messageResponder.js | 152 adblockplusui/messageResponder.js |
134 background.js | 153 background.js |
135 include.preload.js = include.preload.js inject.preload.js | 154 include.preload.js = |
136 include.postload.js = subscriptionLink.postload.js composer.postload.js | 155 include.preload.js |
156 inject.preload.js | |
157 include.postload.js = subscriptionLink.postload.js | |
Sebastian Noack
2018/04/19 13:19:54
Nit: Any reason to not move the first item to the
tlucas
2018/04/19 13:26:17
Not at all - changed it.
| |
158 composer.postload.js | |
137 qunit/tests.js = | 159 qunit/tests.js = |
138 qunit/common.js | 160 qunit/common.js |
139 qunit/tests/prefs.js | 161 qunit/tests/prefs.js |
140 qunit/tests/url.js | 162 qunit/tests/url.js |
141 qunit/tests/cssEscaping.js | 163 qunit/tests/cssEscaping.js |
142 | 164 |
143 [import_locales] | 165 [import_locales] |
144 adblockplusui/locale/*/antiadblockInit.json = * | 166 adblockplusui/locale/*/antiadblockInit.json = * |
145 adblockplusui/locale/*/common.json = * | 167 adblockplusui/locale/*/common.json = * |
146 adblockplusui/locale/*/desktop-options.json = * | 168 adblockplusui/locale/*/desktop-options.json = * |
147 adblockplusui/locale/*/firstRun.json = * | 169 adblockplusui/locale/*/firstRun.json = * |
148 adblockplusui/locale/*/issue-reporter.json = * | 170 adblockplusui/locale/*/issue-reporter.json = * |
149 adblockplusui/locale/*/updates.json = * | 171 adblockplusui/locale/*/updates.json = * |
OLD | NEW |