fix output

This commit is contained in:
reya
2023-11-27 12:36:05 +07:00
parent a1d3958fb5
commit 89675cc986
8 changed files with 8 additions and 4 deletions

View File

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

View File

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

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 643 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.5 KiB