{ "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" } }