Files
mocoapp-browser-extension/popup.html
Tobias Miesel b6e67cf3db initial draft
2018-10-14 13:47:59 +02:00

12 lines
313 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
</head>
<body class='moco-options'>
<div id="moco"></div>
The little app you see when clicking/activating an extension. Can be build with any framework like React or Vue or just vanilla JS. We used Vue.
<script src="popup.js"></script>
</body>
</html>