We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c89bd8 commit 1e4c3f0Copy full SHA for 1e4c3f0
src/manifest.json
@@ -18,6 +18,7 @@
18
"scripts": ["background.js", "runtime.js"],
19
"persistent": true
20
},
21
+ "content_security_policy": "script-src 'self'; object-src 'self'",
22
"permissions": [
23
"https://leetcode.com/*",
24
"unlimitedStorage",
0 commit comments