added artwork image caching and fixed some bugs

This commit is contained in:
2025-06-21 18:46:30 -07:00
parent 4f7e6a45c8
commit 45a942b63e
3 changed files with 59 additions and 27 deletions

View File

@ -1,3 +1,4 @@
/* global chrome */
document.addEventListener('DOMContentLoaded', () => {
chrome.storage.sync.get(['endpoint', 'token'], (data) => {
document.getElementById('endpoint').value = data.endpoint || '';