Files
webextensions-examples/theme-switcher/switcher.html
Andy McKay db7a686f3c add in a theme switching example (#228)
* add in a theme switching example

* remove background script

* filter out non-themes
2017-06-12 13:37:56 -07:00

15 lines
277 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<link rel="stylesheet" href="switcher.css"/>
</head>
<body>
<p>Choose a Firefox theme:</p>
<select name="theme" id="theme-list">
</select>
<script src="switcher.js"></script>
</body>
</html>