Tangled notifications browser extension
5
fork

Configure Feed

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

build(firefox): update script to build mv3 specifically

Signed-off-by: moshyfawn <email@moshyfawn.dev>

moshyfawn 0c0b9c77 b1366647

+1 -1
+1 -1
package.json
··· 10 10 "build": "wxt build", 11 11 "build:firefox": "wxt build -b firefox --mv3", 12 12 "zip": "wxt zip", 13 - "zip:firefox": "wxt zip -b firefox", 13 + "zip:firefox": "wxt zip -b firefox --mv3", 14 14 "compile": "tsc --noEmit", 15 15 "postinstall": "wxt prepare" 16 16 },