Skip to content

Commit

Permalink
- fix: removed unused scripting permission (#83)
Browse files Browse the repository at this point in the history
  • Loading branch information
agallardol authored Nov 13, 2023
1 parent c9b337f commit b18452b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/shinkai-visor/public/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"description": "Open/Close Shinkai popup"
}
},
"permissions": ["storage", "contextMenus", "scripting"],
"permissions": ["storage", "contextMenus"],
"host_permissions": ["<all_urls>"],
"content_security_policy": {
"extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self';"
Expand Down

0 comments on commit b18452b

Please sign in to comment.