chore: get working again on chrome and ready to distribute unpacked (#69)

Organize the plugin for submission, and restore its operation on Chrome. Unfortunately GeoGebra's files block submission, so further work will be needed to create a plugin installer.

Reviewed-on: #69
Co-authored-by: Glen Whitney <glen@studioinfinity.org>
Co-committed-by: Glen Whitney <glen@studioinfinity.org>
This commit is contained in:
Glen Whitney 2024-02-21 15:46:43 +00:00 committed by Glen Whitney
parent 0567da019f
commit c895f2d30f
6 changed files with 96 additions and 5 deletions

View file

@ -76,6 +76,7 @@
<br/>
<label for="algebra">Show the GeoGebra algebra pane</label>
<input type="checkbox" id="algebra">
<script src="browser-polyfill.js" type="module"></script>
<script src="options.js" type="module"></script>
</body>