Skip to content

Commit

Permalink
Remove unused tabs permission
Browse files Browse the repository at this point in the history
WE2-669

Signed-off-by: Raul Metsma <raul@metsma.ee>
  • Loading branch information
metsma authored and mrts committed Jan 22, 2024
1 parent eb655c9 commit cb08b22
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions static/safari/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
},
"permissions": [
"*://*/*",
"nativeMessaging",
"tabs"
"nativeMessaging"
]
}
3 changes: 1 addition & 2 deletions static/safari/manifest_v3.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,7 @@
]
},
"permissions": [
"nativeMessaging",
"tabs"
"nativeMessaging"
],
"host_permissions": [
"*://*/*"
Expand Down

0 comments on commit cb08b22

Please sign in to comment.