implement image storage and requests

This commit is contained in:
SethBurkart123
2023-10-29 09:16:05 +11:00
parent 7f43ebdab9
commit 33e3622cb4
3 changed files with 101 additions and 0 deletions
+2
View File
@@ -26,6 +26,8 @@
<!-- Will be populated dynamically -->
</div>
<script src="localForage.js"></script>
<script src="background.js"></script>
<script src="themeManager.js"></script>
</body>
</html>