Skip to content

Commit

Permalink
Merge pull request #3124 from superhero-com/feature/fix-extension-man…
Browse files Browse the repository at this point in the history
…ifest-issues

Resolve several manifest issues
  • Loading branch information
CedrikNikita authored Jun 24, 2024
2 parents b00ec2a + b64911f commit 17f673a
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 17f673a

Please sign in to comment.