We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d42e755 commit 0793b29Copy full SHA for 0793b29
crx/manifest.json
@@ -1,7 +1,7 @@
1
{
2
"manifest_version": 2,
3
"name": "ParrotMocker",
4
- "version": "1.4.1",
+ "version": "1.5.0",
5
"description": "Intercept h5/node.js requests and mock reponses",
6
"icons": {
7
"128": "img/parrot-128.png"
package.json
@@ -1,6 +1,6 @@
"name": "parrot-mocker",
"description": "Intercept requests to the mock server",
"browser": "./dist/parrot.js",
"main": "./src/server.js",
0 commit comments