<!doctype html>
<head>
<title>Cross Storage Hub</title>
</head>
<body>
<script type="text/javascript" src="../lib/hub.js"></script>
<script>
CrossStorageHub.init([
{origin: /.*/, allow: ['get', 'set', 'del', 'clear', 'getKeys']}
]);
</script>
</html>