Changed escaped character to real character

Replaced \003c with <
pull/1/head
Denton Liu 9 years ago
parent b994ba7b80
commit 772a0efe67
  1. 2
      manifest.json

@ -24,7 +24,7 @@
"https://ajax.googleapis.com/",
"webRequest",
"webRequestBlocking",
"\u003Call_urls>"
"<all_urls>"
],
"content_security_policy": "script-src 'self' https://ethereum.github.io/solc-bin/bin/; object-src 'self'"

Loading…
Cancel
Save