Fix import

* Add options page to import/export (export also possible from popup)
* Change popup import to open options
* Add separate store.js file for common code between popup and options
* Bump version to 1.5.0
This commit is contained in:
Corentin 2024-05-07 10:04:48 +09:00
commit b9d8c89120
7 changed files with 679 additions and 501 deletions

View file

@ -47,6 +47,6 @@
</div>
</div>
</div>
<script src="/popup.js"></script>
<script type="module" src="/popup.js"></script>
</body>
</html>