Tangled notifications browser extension
at feat/notifications-polling-interval 5 lines 146 B view raw
1import { storage } from "wxt/utils/storage"; 2 3export const notificationCount = storage.defineItem<number>("local:count", { 4 defaultValue: 0, 5});