1import { storage } from "wxt/utils/storage"; 2 3export const notificationCount = storage.defineItem<number>("local:count", { 4 defaultValue: 0, 5});