Files
webextensions-examples/favourite-colour/options.html
Andy McKay 17a58bc196 add in managed example (#287)
* add in managed example

* Updated favourite-colour README to point to the storage.managed documentation
2017-10-24 16:34:28 -07:00

19 lines
345 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
</head>
<body>
<p>storage.managed colour: <b id="managed-colour">no value found</b></p>
<form>
<label>Favourite colour</label>
<input type="text" id="colour" >
<button type="submit">Save</button>
</form>
<script src="options.js"></script>
</body>
</html>