Files
mocoapp-browser-extension/popup.html
Tobias Miesel c163c23e7e initial draft
2019-03-21 16:17:22 +01: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>