mirror of
https://gitlab.com/mickie1/share-freedom-extension
synced 2025-06-27 09:03:15 +02:00
Fix README.md, screenshots. Add web-ext-config.js
This commit is contained in:
@@ -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`,
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
7
web-ext-config.js
Normal file
7
web-ext-config.js
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
module.exports = {
|
||||||
|
ignoreFiles: [
|
||||||
|
"src/img/screenshot-*.png",
|
||||||
|
"src/img/ice-cream.png",
|
||||||
|
"src/img/badge-amo.png"
|
||||||
|
],
|
||||||
|
};
|
Reference in New Issue
Block a user