diff options
author | Ajay Ramachandran <[email protected]> | 2020-08-31 10:12:40 -0400 |
---|---|---|
committer | Ajay Ramachandran <[email protected]> | 2020-08-31 10:12:40 -0400 |
commit | 1904ecae12574dcf73b46d9e5ea30d7e03c1c1ae (patch) | |
tree | 8411d42d73a9661652a3294fbd436e65f963f358 /README.md | |
parent | f84818dcb76e72bd959f32b5b0fcc537886273b8 (diff) | |
download | SponsorBlock-1904ecae12574dcf73b46d9e5ea30d7e03c1c1ae.tar.gz SponsorBlock-1904ecae12574dcf73b46d9e5ea30d7e03c1c1ae.zip |
Improved help page and credits
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 14 |
1 files changed, 13 insertions, 1 deletions
@@ -75,6 +75,18 @@ The result is in `dist`. This can be loaded as an unpacked extension Run `npm run dev` to run the extension using a clean browser profile with hot reloading. Use `npm run dev:firefox` for Firefox. This uses [`web-ext run`](https://extensionworkshop.com/documentation/develop/web-ext-command-reference/#commands). + +### Attribution Generation + +If you contribute and add a dependency, update the attribution file using the following steps: + +Make sure the attribution generator is installed: `npm i -g oss-attribution-generator` + +```bash +generate-attribution +mv ./oss-attribution/attribution.txt ./public/oss-attribution/attribution.txt +``` + # Credit The awesome [Invidious API](https://github.com/omarroth/invidious/wiki/API) was previously used. @@ -83,4 +95,4 @@ Originally forked from [YTSponsorSkip](https://github.com/OfficialNoob/YTSponsor Some icons made by <a href="https://www.flaticon.com/authors/gregor-cresnar" title="Gregor Cresnar">Gregor Cresnar</a> from <a href="https://www.flaticon.com/" title="Flaticon">www.flaticon.com</a> and are licensed by <a href="http://creativecommons.org/licenses/by/3.0/" title="Creative Commons BY 3.0" target="_blank">CC 3.0 BY</a> -Some icons made by <a href="https://www.flaticon.com/authors/freepik" title="Freepik">Freepik</a> from <a href="https://www.flaticon.com/" title="Flaticon">www.flaticon.com</a> are licensed by <a href="http://creativecommons.org/licenses/by/3.0/" title="Creative Commons BY 3.0" target="_blank">CC 3.0 BY</a> +Some icons made by <a href="https://www.flaticon.com/authors/freepik" title="Freepik">Freepik</a> from <a href="https://www.flaticon.com/" title="Flaticon">www.flaticon.com</a> are licensed by <a href="http://creativecommons.org/licenses/by/3.0/" title="Creative Commons BY 3.0" target="_blank">CC 3.0 BY</a>
\ No newline at end of file |