fix output
This commit is contained in:
4
build.js
4
build.js
@@ -35,6 +35,10 @@ esbuild
|
|||||||
{
|
{
|
||||||
from: ['./extension/*.html'],
|
from: ['./extension/*.html'],
|
||||||
to: ['./']
|
to: ['./']
|
||||||
|
},
|
||||||
|
{
|
||||||
|
from: ['./extension/icons/*'],
|
||||||
|
to: ['./icons']
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
})
|
})
|
||||||
|
|||||||
@@ -12,7 +12,7 @@
|
|||||||
},
|
},
|
||||||
"options_page": "options.html",
|
"options_page": "options.html",
|
||||||
"background": {
|
"background": {
|
||||||
"service_worker": "/build/background.build.js"
|
"service_worker": "/background.build.js"
|
||||||
},
|
},
|
||||||
"action": {
|
"action": {
|
||||||
"default_title": "Nostr Connect",
|
"default_title": "Nostr Connect",
|
||||||
@@ -21,7 +21,7 @@
|
|||||||
"content_scripts": [
|
"content_scripts": [
|
||||||
{
|
{
|
||||||
"matches": ["<all_urls>"],
|
"matches": ["<all_urls>"],
|
||||||
"js": ["/build/content-script.build.js"],
|
"js": ["/content-script.build.js"],
|
||||||
"all_frames": true
|
"all_frames": true
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|||||||
@@ -17,7 +17,7 @@
|
|||||||
},
|
},
|
||||||
"options_page": "options.html",
|
"options_page": "options.html",
|
||||||
"background": {
|
"background": {
|
||||||
"scripts": ["/build/background.build.js"]
|
"scripts": ["/background.build.js"]
|
||||||
},
|
},
|
||||||
"action": {
|
"action": {
|
||||||
"default_title": "Nostr Connect",
|
"default_title": "Nostr Connect",
|
||||||
@@ -26,7 +26,7 @@
|
|||||||
"content_scripts": [
|
"content_scripts": [
|
||||||
{
|
{
|
||||||
"matches": ["<all_urls>"],
|
"matches": ["<all_urls>"],
|
||||||
"js": ["/build/content-script.build.js"],
|
"js": ["/content-script.build.js"],
|
||||||
"all_frames": true
|
"all_frames": true
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|||||||
Binary file not shown.
|
Before Width: | Height: | Size: 9.0 KiB |
BIN
extension/output/icons/icon128.png
Normal file
BIN
extension/output/icons/icon128.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 15 KiB |
BIN
extension/output/icons/icon16.png
Normal file
BIN
extension/output/icons/icon16.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 643 B |
BIN
extension/output/icons/icon32.png
Normal file
BIN
extension/output/icons/icon32.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.7 KiB |
BIN
extension/output/icons/icon48.png
Normal file
BIN
extension/output/icons/icon48.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 3.5 KiB |
Reference in New Issue
Block a user