| Index: metadata.common |
| =================================================================== |
| --- a/metadata.common |
| +++ b/metadata.common |
| @@ -18,13 +18,14 @@ |
| permissions = http://*/* https://*/* |
| [contentScripts] |
| -document_start = ext/common.js ext/content.js include.preload.js |
| +document_start = ext/common.js ext/content.js include.preload.js include.youtube.js |
|
Wladimir Palant
2013/12/06 10:58:35
This shouldn't be part of metadata.common - it is
Sebastian Noack
2013/12/20 09:23:46
Done.
|
| document_end = include.postload.js |
| [mapping] |
| -ext/common.js = chrome/common.js |
| -ext/background.js = chrome/background.js |
| -ext/content.js = chrome/content.js |
| +ext/common.js = chrome/ext/common.js |
| +ext/background.js = chrome/ext/background.js |
| +ext/content.js = chrome/ext/content.js |
| +include.youtube.js = chrome/include.youtube.js |
| subscriptions.xml = adblockplus/chrome/content/ui/subscriptions.xml |
| firstRun.html = adblockplus/chrome/content/ui/firstRun.html |
| firstRun.js = adblockplus/chrome/content/ui/firstRun.js |