OLD | NEW |
1 [general] | 1 [general] |
2 version = 1.11 | 2 version = 1.11 |
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/adblockplus.js | 10 lib/adblockplus.js |
(...skipping 16 matching lines...) Expand all Loading... |
27 ../lib/jsbn.js | 27 ../lib/jsbn.js |
28 ../lib/rsa.js | 28 ../lib/rsa.js |
29 ../webrequest.js | 29 ../webrequest.js |
30 common.js | 30 common.js |
31 tests/adblockplus.js | 31 tests/adblockplus.js |
32 tests/versionComparator.js | 32 tests/versionComparator.js |
33 tests/url.js | 33 tests/url.js |
34 tests/signatures.js | 34 tests/signatures.js |
35 tests/cssEscaping.js | 35 tests/cssEscaping.js |
36 permissions = http://*/* https://*/* | 36 permissions = http://*/* https://*/* |
| 37 author = Eyeo GmbH |
37 | 38 |
38 [contentScripts] | 39 [contentScripts] |
39 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 |
40 document_end = include.postload.js | 41 document_end = include.postload.js |
41 | 42 |
42 [mapping] | 43 [mapping] |
43 cssProperties.js = adblockpluscore/chrome/content/cssProperties.js | 44 cssProperties.js = adblockpluscore/chrome/content/cssProperties.js |
44 ext/content.js = chrome/ext/content.js | 45 ext/content.js = chrome/ext/content.js |
45 ext/popup.js = chrome/ext/popup.js | 46 ext/popup.js = chrome/ext/popup.js |
46 subscriptions.xml = adblockpluscore/chrome/content/ui/subscriptions.xml | 47 subscriptions.xml = adblockpluscore/chrome/content/ui/subscriptions.xml |
(...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
136 addSubscription.label | 137 addSubscription.label |
137 addSubscriptionAdd.label | 138 addSubscriptionAdd.label |
138 addSubscriptionOther.label | 139 addSubscriptionOther.label |
139 acceptableAds2.label | 140 acceptableAds2.label |
140 viewList.label | 141 viewList.label |
141 readMore.label | 142 readMore.label |
142 adblockplus/chrome/locale/*/subscriptionSelection.dtd = location.label | 143 adblockplus/chrome/locale/*/subscriptionSelection.dtd = location.label |
143 title.label | 144 title.label |
144 adblockplus/chrome/locale/*/meta.properties = =name | 145 adblockplus/chrome/locale/*/meta.properties = =name |
145 adblockplusui/locale/*/firstRun.json = =* | 146 adblockplusui/locale/*/firstRun.json = =* |
OLD | NEW |