first implementation

This commit is contained in:
Tobias Miesel
2018-10-17 15:21:32 +02:00
committed by Manuel Bouza
parent aff72595c7
commit ade0055441
20 changed files with 65105 additions and 52 deletions

View File

@@ -3,9 +3,8 @@
<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.
<body>
<div id="moco-bx-container"></div>
<script src="popup.js"></script>
</body>
</html>