schoolbox web extension :)
0
fork

Configure Feed

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

fix(manifest): remove notifications permission

willow af37cea1 fd2d3dc8

+1 -2
+1 -2
wxt.config.ts
··· 13 13 }, 14 14 ], 15 15 host_permissions: ["http://*/*", "https://*/*"], 16 - permissions: ["storage", "contextMenus", "activeTab", "scripting", "notifications"], 16 + permissions: ["storage", "contextMenus", "activeTab", "scripting"], 17 17 }, 18 18 srcDir: "src", 19 19 outDir: "dist", 20 20 modules: ["@wxt-dev/module-svelte"], 21 - // @ts-expect-error type mismatch 22 21 vite: () => ({ 23 22 plugins: [tailwindcss()], 24 23 }),