Files
Andy McKay 590dac4989 example of using topSites and chrome_url_override (#176)
* example of using topSites and chrome_url_override

* fixups suggested by @wbamberg
2017-01-30 17:16:54 -08:00

22 lines
582 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<link rel="stylesheet" href="bootstrap.min.css"/>
</head>
<body>
<div class="container">
<h3>Top Site and new tab override example</h3>
<p>For more examples see this
<a href="https://github.com/mdn/webextensions-examples">github repository</a>
or check the <a href="https://developer.mozilla.org/en-US/Add-ons/WebExtensions">WebExtension
documentation</a>.
</p>
<div id="site-list">
</div>
</div>
<script src="sites.js"></script>
</body>
</html>