Index: extension/background.html |
diff --git a/extension/background.html b/extension/background.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..f1267be583fea3958d65c5d296967fca6ddf499a |
--- /dev/null |
+++ b/extension/background.html |
@@ -0,0 +1,16 @@ |
+<html> |
+ <head> |
+ <script type="application/dart" src="bin/dwc_browser.dart"> |
+ </script> |
+ <script type="text/javascript" src="dart.js"> |
+ </script> |
+ <!-- |
+ TODO(jacobr): this is a hack to make Dart-JS interop work given chrome |
+ extension security restrictions for inline JS |
+ --> |
+ <script src="dart_proxy.js"></script> |
+ <script src="background.js"></script> |
+ </head> |
+ <body> |
+ </body> |
+</html> |