Release 5.2
diff --git a/src/background.html b/src/background.html
new file mode 100644
index 0000000..779a2c6
--- /dev/null
+++ b/src/background.html
@@ -0,0 +1,14 @@
+<!--
+ * Copyright (c) 2009 The Chromium Authors. All rights reserved.  Use of this
+ * source code is governed by a BSD-style license that can be found in the
+ * LICENSE file.
+-->
+<html>
+<head>
+</head>
+<body>
+<script src="lib/dateFormat.min.js"></script>
+<script src="js/hotkey_storage.js"></script>
+<script src="js/background.js"></script>
+</body>
+</html>