This commit is contained in:
reya
2023-11-20 14:29:38 +07:00
parent d932f129b2
commit c5a29598ae
10 changed files with 203 additions and 1168 deletions

View File

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