Skip to content

Commit

Permalink
fix: remove identity api
Browse files Browse the repository at this point in the history
  • Loading branch information
pavanjoshi914 committed Mar 27, 2024
1 parent 71dd79e commit 190544d
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,17 +19,15 @@
"storage",
"tabs",
"unlimitedStorage",
"*://*/*",
"identity"
"*://*/*"
],
"__chrome__permissions": [
"nativeMessaging",
"notifications",
"scripting",
"storage",
"tabs",
"unlimitedStorage",
"identity"
"unlimitedStorage"
],
"__chrome__host_permissions": ["*://*/*"],
"content_security_policy": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'",
Expand Down

0 comments on commit 190544d

Please sign in to comment.