Fix README.md, screenshots. Add web-ext-config.js
This commit is contained in:
parent
b2a86076aa
commit
a0fea69ce4
|
@ -31,11 +31,13 @@ Supported services/protocols:
|
||||||
|
|
||||||
## Build
|
## 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`
|
`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`
|
`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 |
|
@ -8,9 +8,6 @@ const host = {
|
||||||
pleromaDefault: `https://blob.cat`,
|
pleromaDefault: `https://blob.cat`,
|
||||||
socialhomeDefault: `https://socialhome.network`,
|
socialhomeDefault: `https://socialhome.network`,
|
||||||
xmppDefault: `https://suchat.org`,
|
xmppDefault: `https://suchat.org`,
|
||||||
|
|
||||||
// shortcut command
|
|
||||||
shortcutDefault: `Ctrl+Shift+U`,
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -0,0 +1,7 @@
|
||||||
|
module.exports = {
|
||||||
|
ignoreFiles: [
|
||||||
|
"src/img/screenshot-*.png",
|
||||||
|
"src/img/ice-cream.png",
|
||||||
|
"src/img/badge-amo.png"
|
||||||
|
],
|
||||||
|
};
|
Loading…
Reference in New Issue