OLD | NEW |
1 [general] | 1 [general] |
2 version = 1.12.1 | 2 version = 1.12.1 |
3 backgroundScripts = lib/polyfills/url.js | 3 backgroundScripts = lib/polyfills/url.js |
4 lib/polyfills/promise.js | 4 lib/polyfills/promise.js |
5 lib/polyfills/fetch.js | 5 lib/polyfills/fetch.js |
6 ext/common.js | 6 ext/common.js |
7 ext/background.js | 7 ext/background.js |
8 lib/compat.js | 8 lib/compat.js |
9 lib/info.js | 9 lib/info.js |
10 lib/publicSuffixList.js | 10 lib/publicSuffixList.js |
| 11 lib/lz-string.js |
11 lib/adblockplus.js | 12 lib/adblockplus.js |
12 lib/sha1.js | 13 lib/sha1.js |
13 lib/jsbn.js | 14 lib/jsbn.js |
14 lib/rsa.js | 15 lib/rsa.js |
15 messageResponder.js | 16 messageResponder.js |
16 background.js | 17 background.js |
17 testScripts = ../ext/common.js | 18 testScripts = ../ext/common.js |
18 ../ext/background.js | 19 ../ext/background.js |
19 ../lib/compat.js | 20 ../lib/compat.js |
20 ../lib/info.js | 21 ../lib/info.js |
21 ../lib/adblockplus.js | 22 ../lib/adblockplus.js |
22 ../lib/publicSuffixList.js | 23 ../lib/publicSuffixList.js |
23 ../lib/sha1.js | 24 ../lib/sha1.js |
24 ../lib/jsbn.js | 25 ../lib/jsbn.js |
25 ../lib/rsa.js | 26 ../lib/rsa.js |
| 27 ../lib/lz-string.js |
| 28 ../lib/io.js |
26 common.js | 29 common.js |
27 tests/adblockplus.js | 30 tests/adblockplus.js |
28 tests/versionComparator.js | 31 tests/versionComparator.js |
29 tests/url.js | 32 tests/url.js |
30 tests/signatures.js | 33 tests/signatures.js |
31 tests/cssEscaping.js | 34 tests/cssEscaping.js |
| 35 tests/io.js |
32 permissions = http://*/* https://*/* | 36 permissions = http://*/* https://*/* |
33 author = Eyeo GmbH | 37 author = Eyeo GmbH |
34 | 38 |
35 [contentScripts] | 39 [contentScripts] |
36 document_start = ext/common.js ext/content.js cssProperties.js include.preload.j
s | 40 document_start = ext/common.js ext/content.js cssProperties.js include.preload.j
s |
37 document_end = include.postload.js | 41 document_end = include.postload.js |
38 | 42 |
39 [mapping] | 43 [mapping] |
40 cssProperties.js = adblockpluscore/chrome/content/cssProperties.js | 44 cssProperties.js = adblockpluscore/chrome/content/cssProperties.js |
41 ext/content.js = chrome/ext/content.js | 45 ext/content.js = chrome/ext/content.js |
(...skipping 103 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
145 addSubscription.label | 149 addSubscription.label |
146 addSubscriptionAdd.label | 150 addSubscriptionAdd.label |
147 addSubscriptionOther.label | 151 addSubscriptionOther.label |
148 acceptableAds2.label | 152 acceptableAds2.label |
149 viewList.label | 153 viewList.label |
150 readMore.label | 154 readMore.label |
151 adblockplus/chrome/locale/*/subscriptionSelection.dtd = location.label | 155 adblockplus/chrome/locale/*/subscriptionSelection.dtd = location.label |
152 title.label | 156 title.label |
153 adblockplus/chrome/locale/*/meta.properties = =name | 157 adblockplus/chrome/locale/*/meta.properties = =name |
154 adblockplusui/locale/*/firstRun.json = =* | 158 adblockplusui/locale/*/firstRun.json = =* |
OLD | NEW |