Tangled notifications browser extension
5
fork

Configure Feed

Select the types of activity you want to include in your feed.

at main 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});