Skip to content

Commit 972100c

Browse files
committed
WBX3 3.0.4
1 parent cdab898 commit 972100c

File tree

8 files changed

+8
-6
lines changed

8 files changed

+8
-6
lines changed

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,6 @@
33
/.idea/
44

55
# NodeJS Modules
6-
node_modules/
6+
node_modules/
7+
8+
**/.DS_Store

.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.0.1
1+
3.0.4

Extension/build/extension.crx

0 Bytes
Binary file not shown.

Extension/build/extension.xpi

0 Bytes
Binary file not shown.

Extension/build/extension.zip

0 Bytes
Binary file not shown.

Extension/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Extension/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "blocking-extension",
3-
"version": "3.0.3",
3+
"version": "3.0.4",
44
"description": "Equivalent of webRequestBlocking for Manifest V3",
55
"scripts": {
66
"setup": "npm install",

Extension/src/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "webRequestBlocking Extension 3 | WBX3",
3-
"version": "3.0.3",
3+
"version": "3.0.4",
44
"description": "A webRequestBlocking Extension for Manifest V3",
55
"permissions": [
66
"declarativeNetRequest"

0 commit comments

Comments
 (0)