diff --git a/package.json b/package.json index 395dc8f..3d5e64d 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "mod-box", "private": true, - "version": "0.2.3", + "version": "0.2.4", "type": "module", "scripts": { "dev": "vite", diff --git a/public/manifest.json b/public/manifest.json index 34cdeeb..b5e51b4 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -3,7 +3,7 @@ "name": "ModBox – Modify headers, block requests", "short_name": "ModBox", "description": "Modify HTTP headers, block assets or domains & redirect requests. Organise rules by folder and tab, optionally scope to domains.", - "version": "0.2.3", + "version": "0.2.4", "author": { "email": "robertjamesphillips@googlemail.com" }, diff --git a/readme.md b/readme.md index 269807a..207c19c 100644 --- a/readme.md +++ b/readme.md @@ -3,8 +3,6 @@ # ModBox A compact and easy to use extension for modifying HTTP request & response headers and blocking HTTP requests. - - ## Features - Create rules to modify HTTP request and response headers - Create rules to block HTTP request & even block entire sites diff --git a/src/components/Editor.vue b/src/components/Editor.vue index f5d87e7..66143be 100644 --- a/src/components/Editor.vue +++ b/src/components/Editor.vue @@ -1,7 +1,7 @@