 Issue 11544056:
  Prepared buildtools for Safari  (Closed)
    
  
    Issue 11544056:
  Prepared buildtools for Safari  (Closed) 
  | Index: background.html.tmpl | 
| =================================================================== | 
| new file mode 100644 | 
| --- /dev/null | 
| +++ b/background.html.tmpl | 
| @@ -0,0 +1,9 @@ | 
| +<html> | 
| +<head> | 
| +{%- for script in backgroundScripts %} | 
| +<script type="application/javascript" src="{{ script }}"></script> | 
| +{%- endfor %} | 
| +</head> | 
| +<body> | 
| +</body> | 
| +</html> |