OLD | NEW |
1 [general] | 1 [general] |
2 version = 1.12.4 | 2 version = 1.12.4 |
3 backgroundScripts = ext/common.js | 3 backgroundScripts = ext/common.js |
4 ext/background.js | 4 ext/background.js |
5 lib/compat.js | 5 lib/compat.js |
6 lib/info.js | 6 lib/info.js |
7 lib/publicSuffixList.js | 7 lib/publicSuffixList.js |
8 lib/adblockplus.js | 8 lib/adblockplus.js |
9 messageResponder.js | 9 messageResponder.js |
10 background.js | 10 background.js |
11 testScripts = ../ext/common.js | 11 testScripts = ../ext/common.js |
12 ../ext/background.js | 12 ../ext/background.js |
13 ../lib/compat.js | 13 ../lib/compat.js |
14 ../lib/info.js | 14 ../lib/info.js |
15 ../lib/adblockplus.js | 15 ../lib/adblockplus.js |
16 ../lib/publicSuffixList.js | 16 ../lib/publicSuffixList.js |
17 common.js | 17 common.js |
18 tests/prefs.js | 18 tests/prefs.js |
19 tests/versionComparator.js | 19 tests/versionComparator.js |
20 tests/url.js | 20 tests/url.js |
21 tests/cssEscaping.js | 21 tests/cssEscaping.js |
22 permissions = http://*/* https://*/* | 22 permissions = http://*/* https://*/* |
23 author = Eyeo GmbH | 23 author = eyeo GmbH |
24 | 24 |
25 [contentScripts] | 25 [contentScripts] |
26 document_start = ext/common.js ext/content.js elemHideEmulation.js include.prelo
ad.js | 26 document_start = ext/common.js ext/content.js elemHideEmulation.js include.prelo
ad.js |
27 document_end = include.postload.js | 27 document_end = include.postload.js |
28 | 28 |
29 [mapping] | 29 [mapping] |
30 ext/content.js = chrome/ext/content.js | 30 ext/content.js = chrome/ext/content.js |
31 ext/popup.js = chrome/ext/popup.js | 31 ext/popup.js = chrome/ext/popup.js |
32 subscriptions.xml = adblockpluscore/chrome/content/ui/subscriptions.xml | 32 subscriptions.xml = adblockpluscore/chrome/content/ui/subscriptions.xml |
33 firstRun.html = adblockplusui/firstRun.html | 33 firstRun.html = adblockplusui/firstRun.html |
(...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
120 addSubscription.label | 120 addSubscription.label |
121 addSubscriptionAdd.label | 121 addSubscriptionAdd.label |
122 addSubscriptionOther.label | 122 addSubscriptionOther.label |
123 acceptableAds2.label | 123 acceptableAds2.label |
124 viewList.label | 124 viewList.label |
125 readMore.label | 125 readMore.label |
126 adblockplus/chrome/locale/*/subscriptionSelection.dtd = location.label | 126 adblockplus/chrome/locale/*/subscriptionSelection.dtd = location.label |
127 title.label | 127 title.label |
128 adblockplus/chrome/locale/*/meta.properties = =name | 128 adblockplus/chrome/locale/*/meta.properties = =name |
129 adblockplusui/locale/*/firstRun.json = =* | 129 adblockplusui/locale/*/firstRun.json = =* |
OLD | NEW |