Tangled notifications browser extension
1{
2 "name": "tug",
3 "description": "A tug for every notification",
4 "private": true,
5 "version": "0.1.0",
6 "type": "module",
7 "scripts": {
8 "dev": "wxt",
9 "dev:firefox": "wxt -b firefox --mv3",
10 "build": "wxt build",
11 "build:firefox": "wxt build -b firefox --mv3",
12 "zip": "wxt zip",
13 "zip:firefox": "wxt zip -b firefox --mv3",
14 "compile": "tsc --noEmit",
15 "postinstall": "wxt prepare"
16 },
17 "devDependencies": {
18 "@wxt-dev/auto-icons": "^1.1.0",
19 "typescript": "^5.9.3",
20 "wxt": "^0.20.6"
21 }
22}