fix build

This commit is contained in:
reya
2023-11-27 15:33:05 +07:00
parent 6a604d0d58
commit db509a1451
5 changed files with 302 additions and 288 deletions

View File

@@ -12,7 +12,7 @@
},
"options_page": "options.html",
"background": {
"service_worker": "/background.build.js"
"service_worker": "background.build.js"
},
"action": {
"default_title": "Nostr Connect",
@@ -21,7 +21,7 @@
"content_scripts": [
{
"matches": ["<all_urls>"],
"js": ["/content-script.build.js"],
"js": ["content-script.build.js"],
"all_frames": true
}
],