refactor: remove alarms permission, throttle cloud sync to once per day on page load

This commit is contained in:
SethBurkart123
2026-04-20 15:47:22 +10:00
parent 01eeb18638
commit 49824e9eab
4 changed files with 16 additions and 16 deletions
+4
View File
@@ -59,6 +59,10 @@ async function init() {
IsSEQTAPage = true;
console.info("[BetterSEQTA+] Verified SEQTA Page");
if (typeof window !== "undefined" && window === window.top) {
void browser.runtime.sendMessage({ type: "cloudSettingsPoll" }).catch(() => {});
}
registerFetchSeqtaAppLinkListener();
const documentLoadStyle = document.createElement("style");