making it work.

This commit is contained in:
fiatjaf
2022-01-10 15:55:48 -03:00
parent 88a2dd806d
commit 233aaa0f8f
7 changed files with 1082 additions and 24 deletions

View File

@@ -13,12 +13,13 @@
"content_scripts": [{
"matches": ["<all_urls>"],
"js": [
"content-script.js"
"content-script.build.js"
]
}],
"permissions": [
"activeTab",
"storage"
],
"web_accessible_resources": ["nostr-provider.js"],
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self';"
}