Web extension for YouTube Live chats.
Comfort functions for YouTube™ Gaming Live.
If you want to deploy the add-on, you can use the Gulp-Tasks:
$ npm install
If you install npm from your package manager, you may have to sudo ln -s /usr/bin/nodejs /usr/bin/node
We use a config.json
file in the roote directory for configuration.
This file is in the .gitignore
because it contain secrets and because of that should NEVER be commited.
There is known bug with Firefox.
So we need to add our App-ID to the config.json
:
{
"firefoxId": "my-extension@example.com"
}
Once the changes are in-place and ready for distribution:
$ gulp dist
The /dist
folder will contain ready to dist packages.