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
+1 -1
View File
@@ -15,7 +15,7 @@
"64": "resources/icons/icon-64.png"
}
},
"permissions": ["tabs", "notifications", "storage", "alarms"],
"permissions": ["tabs", "notifications", "storage"],
"host_permissions": ["https://newsapi.org/", "https://betterseqta.org/", "https://accounts.betterseqta.org/", "*://*/*"],
"background": {
"service_worker": "background.ts"