Skip to content

Commit 2e35702

Browse files
committed
1.5.1, remove tabs permission
1 parent 0793b29 commit 2e35702

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

crx/manifest.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"manifest_version": 2,
33
"name": "ParrotMocker",
4-
"version": "1.5.0",
4+
"version": "1.5.1",
55
"description": "Intercept h5/node.js requests and mock reponses",
66
"icons": {
77
"128": "img/parrot-128.png"
@@ -24,7 +24,6 @@
2424
"options_page": "options.html",
2525
"permissions": [
2626
"cookies",
27-
"tabs",
2827
"https://*/*",
2928
"http://*/*"
3029
]

0 commit comments

Comments
 (0)