Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
vkruglikov committed Jan 7, 2025
1 parent 367f0dd commit 838e556
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 18 deletions.
21 changes: 5 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,19 +92,8 @@ You can only install it downloading the build and [loading it as an unpacked ext

## Roadmap Features 🚧

### Edit json config in the DevTools

Currently, you can only upload JSON files, but you can't edit them in the DevTools.

### Upload multiple JSON config at once

Currently, you can only upload one JSON file at a time, because
it simplifies the process of validation.

### Multi window support

Currently, you can use multi tabs with different configurations per host, but only one browser window is supported.

### Early request interception

Currently, requests sent before the extension is initialized are not intercepted by JSON handlers.
- **Edit json config in the DevTools**: Currently, you can only upload JSON files, but you can't edit them in the DevTools.
- **Upload multiple JSON configs**: Currently, you can only upload one JSON file at a time, because
it simplifies the process of validation.
- **Multi window support**: Currently, you can use multi tabs with different configurations per host, but only one browser window is supported.
- **Early request interception**: Currently, requests sent before the extension is initialized are not intercepted by JSON handlers.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
},
"packageManager": "npm@8.5.0",
"scripts": {
"lint": "npx prettier --check .",
"lint:fix": "npx prettier --write .",
"lint": "npx prettier --check \"./**/*.{ts,tsx}\"",
"lint:fix": "npx prettier --write \"./**/*.{ts,tsx}\"",
"check-types": "tsc --noEmit",
"build": "turbo check-types build",
"changeset": "changeset",
Expand Down

0 comments on commit 838e556

Please sign in to comment.