Fix README.md, screenshots. Add web-ext-config.js

This commit is contained in:
mickie 2021-04-06 13:45:11 -05:00
parent b2a86076aa
commit a0fea69ce4
6 changed files with 11 additions and 5 deletions

View File

@ -31,11 +31,13 @@ Supported services/protocols:
## Build
You need Node.js/npm to use the command line tool web-ext
You need Node.js/npm
`npm install` then
`npm install --global web-ext`
then, use the next command to generate the package (.zip file)
Use the next command to generate the package (.zip file)
`web-ext build`

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 MiB

After

Width:  |  Height:  |  Size: 310 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.0 MiB

After

Width:  |  Height:  |  Size: 256 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 310 KiB

After

Width:  |  Height:  |  Size: 241 KiB

View File

@ -8,9 +8,6 @@ const host = {
pleromaDefault: `https://blob.cat`,
socialhomeDefault: `https://socialhome.network`,
xmppDefault: `https://suchat.org`,
// shortcut command
shortcutDefault: `Ctrl+Shift+U`,
}

7
web-ext-config.js Normal file
View File

@ -0,0 +1,7 @@
module.exports = {
ignoreFiles: [
"src/img/screenshot-*.png",
"src/img/ice-cream.png",
"src/img/badge-amo.png"
],
};