diff options
author | FrostyBiscuit <[email protected]> | 2025-02-16 13:04:17 +0100 |
---|---|---|
committer | FrostyBiscuit <[email protected]> | 2025-02-16 13:04:17 +0100 |
commit | d0e4dcc6ef057f4c680838d4f8ac8e099a166225 (patch) | |
tree | 103aae098272bee55b337e53e7436864a9cb8770 /package.json |
Initial push with version 0.1.1
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/package.json b/package.json new file mode 100644 index 0000000..202b358 --- /dev/null +++ b/package.json @@ -0,0 +1,17 @@ +{ + "name": "transparent-zen", + "version": "0.1.1", + "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" + } +} |