| OLD | NEW |
| 1 [general] | 1 [general] |
| 2 basename = adblockpluschrome | 2 basename = adblockpluschrome |
| 3 version = 1.6.1 | 3 version = 1.6.1 |
| 4 backgroundScripts = lib/compat.js | 4 backgroundScripts = lib/compat.js |
| 5 lib/info.js | 5 lib/info.js |
| 6 lib/io.js | 6 lib/io.js |
| 7 lib/adblockplus.js | 7 lib/adblockplus.js |
| 8 lib/punycode.js | 8 lib/punycode.js |
| 9 lib/publicSuffixList.js | 9 lib/publicSuffixList.js |
| 10 lib/basedomain.js | 10 lib/basedomain.js |
| 11 lib/sha1.js | 11 lib/sha1.js |
| 12 lib/jsbn.js | 12 lib/jsbn.js |
| 13 lib/rsa.js | 13 lib/rsa.js |
| 14 webrequest.js | 14 webrequest.js |
| 15 popupBlocker.js | 15 popupBlocker.js |
| 16 background.js | 16 background.js |
| 17 permissions = tabs | 17 permissions = tabs |
| 18 http://*/* | 18 http://*/* |
| 19 https://*/* | 19 https://*/* |
| 20 contextMenus | 20 contextMenus |
| 21 webRequest | 21 webRequest |
| 22 webRequestBlocking | 22 webRequestBlocking |
| 23 webNavigation | 23 webNavigation |
| 24 unlimitedStorage | 24 unlimitedStorage |
| 25 notifications | 25 notifications |
| 26 options = options.html | 26 options = options.html |
| 27 pageAction = icons/abp-19.png popup.html | 27 browserAction = icons/abp-19.png popup.html |
| 28 icons = icons/abp-?.png | 28 icons = icons/abp-?.png |
| 29 webAccessible = block.html | 29 webAccessible = block.html |
| 30 | 30 |
| 31 [contentScripts] | 31 [contentScripts] |
| 32 document_start = include.preload.js | 32 document_start = include.preload.js |
| 33 document_end = include.postload.js | 33 document_end = include.postload.js |
| 34 | 34 |
| 35 [compat] | 35 [compat] |
| 36 chrome = 18.0 | 36 chrome = 18.0 |
| 37 | 37 |
| (...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 106 addSubscription.label | 106 addSubscription.label |
| 107 addSubscriptionAdd.label | 107 addSubscriptionAdd.label |
| 108 addSubscriptionOther.label | 108 addSubscriptionOther.label |
| 109 acceptableAds2.label | 109 acceptableAds2.label |
| 110 viewList.label | 110 viewList.label |
| 111 readMore.label | 111 readMore.label |
| 112 adblockplus/chrome/locale/*/subscriptionSelection.dtd = location.label | 112 adblockplus/chrome/locale/*/subscriptionSelection.dtd = location.label |
| 113 title.label | 113 title.label |
| 114 adblockplus/chrome/locale/*/meta.properties = =name | 114 adblockplus/chrome/locale/*/meta.properties = =name |
| 115 adblockplus/chrome/locale/*/firstRun.properties = =* | 115 adblockplus/chrome/locale/*/firstRun.properties = =* |
| OLD | NEW |