background.js

This commit is contained in:
Others...14
2025-09-15 18:06:14 +07:00
committed by GitHub
parent 34680106cc
commit 2a4addfcc5
+4 -1
View File
@@ -278,7 +278,9 @@ async function loadExtensionResources() {
'themes/acrylic.css',
'themes/classic-light.css',
'themes/classic.css',
'themes/neon.css'
'themes/neon.css',
'themes/neon-cyan.css',
'themes/neon-light.css'
];
for (const themeFile of themeFiles) {
@@ -787,3 +789,4 @@ chrome.runtime.onMessage.addListener((msg, sender, sendResponse) => {
return true; // Important: indicates async response
}
});