Index: packagerChrome.py |
=================================================================== |
--- a/packagerChrome.py |
+++ b/packagerChrome.py |
@@ -114,6 +114,7 @@ |
'js': re.split(r'\s+', scripts), |
'run_at': run_at, |
'all_frames': True, |
+ 'match_about_blank': True, |
Wladimir Palant
2014/06/02 10:57:11
Is that change backwards-compatible? Meaning: will
Sebastian Noack
2014/06/02 11:48:27
Yes. Tested with Chrome 34.
|
}) |
templateData['contentScripts'] = contentScripts |