Skip to content

Commit

Permalink
fix: resolve several manifest issues
Browse files Browse the repository at this point in the history
  • Loading branch information
CedrikNikita committed Jun 24, 2024
1 parent b00ec2a commit b64911f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Superhero Wallet is a multi-blockchain wallet to manage crypto assets and navigate the web3 and DeFi space. Powered by æternity.",
"manifest_version": 3,
"content_security_policy": {
"extension_pages": "default-src 'self'; script-src 'self'; connect-src *; font-src * data:; frame-src *; img-src * data:; style-src-elem * 'unsafe-inline'; style-src 'self' 'unsafe-inline';"
"extension_pages": "default-src 'self'; script-src 'self' 'wasm-unsafe-eval'; connect-src * data:; font-src * data:; frame-src *; img-src * data:; style-src-elem * 'unsafe-inline'; style-src 'self' 'unsafe-inline'; "
},
"permissions": [
"storage",
Expand Down

0 comments on commit b64911f

Please sign in to comment.