| OLD | NEW |
| 1 [default] | 1 [default] |
| 2 inherit = metadata.common | 2 inherit = metadata.common |
| 3 | 3 |
| 4 [general] | 4 [general] |
| 5 basename = adblockpluschrome | 5 basename = adblockpluschrome |
| 6 permissions = tabs | 6 permissions = tabs |
| 7 http://*/* | 7 http://*/* |
| 8 https://*/* | 8 https://*/* |
| 9 contextMenus | 9 contextMenus |
| 10 webRequest | 10 webRequest |
| (...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 52 ext/devtools.js = chrome/ext/devtools.js | 52 ext/devtools.js = chrome/ext/devtools.js |
| 53 devtools.html = chrome/devtools.html | 53 devtools.html = chrome/devtools.html |
| 54 devtools.js = chrome/devtools.js | 54 devtools.js = chrome/devtools.js |
| 55 devtools-panel.html = adblockplusui/devtools-panel.html | 55 devtools-panel.html = adblockplusui/devtools-panel.html |
| 56 devtools-panel.js = adblockplusui/devtools-panel.js | 56 devtools-panel.js = adblockplusui/devtools-panel.js |
| 57 skin/devtools-panel.css = adblockplusui/skin/devtools-panel.css | 57 skin/devtools-panel.css = adblockplusui/skin/devtools-panel.css |
| 58 managed-storage-schema.json = chrome/managed-storage-schema.json | 58 managed-storage-schema.json = chrome/managed-storage-schema.json |
| 59 | 59 |
| 60 [convert_js] | 60 [convert_js] |
| 61 lib/adblockplus.js += lib/devtools.js lib/popupBlocker.js lib/uninstall.js lib/c
sp.js | 61 lib/adblockplus.js += lib/devtools.js lib/popupBlocker.js lib/uninstall.js lib/c
sp.js |
| 62 ext/common.js += chrome/ext/common.js | |
| 63 ext/background.js += chrome/ext/background.js | 62 ext/background.js += chrome/ext/background.js |
| OLD | NEW |