blob: 6580df2b8fa8570b1415be6762a3be3fafa6fa62 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
{
"name": "transparent-zen",
"version": "0.1.10",
"description": "A browser extension for Zen Browser to inject custom styles to make your favorite websites transparent",
"scripts": {
"build": "web-ext build --config web-ext-config.mjs",
"run": "web-ext run --config web-ext-config.mjs",
"sign": "web-ext sign --config web-ext-config.mjs",
"lint": "web-ext lint --config web-ext-config.mjs"
},
"author": "FrostyBiscuit",
"license": "MIT",
"devDependencies": {
"dotenv": "^16.4.7",
"web-ext": "^8.4.0"
}
}
|