diff options
author | Alec Rust <[email protected]> | 2022-03-20 12:15:04 +0000 |
---|---|---|
committer | Alec Rust <[email protected]> | 2022-03-20 12:15:04 +0000 |
commit | ac7f2eb5b1454e5fc5be39c9bbb76ec7d1e1b5de (patch) | |
tree | c77b210bf84a6b069cefa98bbec16f09a468b772 /README.md | |
parent | 0cdbcfc97eccd91629424e9dd134eddb1030bbd9 (diff) | |
download | SponsorBlock-ac7f2eb5b1454e5fc5be39c9bbb76ec7d1e1b5de.tar.gz SponsorBlock-ac7f2eb5b1454e5fc5be39c9bbb76ec7d1e1b5de.zip |
Refine "load in Firefox" docs
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,6 +1,6 @@ <p align="center"> <a href="https://sponsor.ajay.app"><img src="public/icons/LogoSponsorBlocker256px.png" alt="Logo"></img></a> - + <br/> <sub>Logo by <a href="https://github.com/munadikieh">@munadikieh</a></sub> </p> @@ -72,7 +72,7 @@ You must have [Node.js 16](https://nodejs.org/) and npm installed. - You can also run `npm run build` (for Chrome) or `npm run build:firefox` (for Firefox) to generate a production build. -4. The built extension is now in `dist/`. You can load it in Chrome as an [unpacked extension](https://developer.chrome.com/docs/extensions/mv3/getstarted/#manifest) or in Firefox as a [temporary extension](https://developer.mozilla.org/en-US/docs/Tools/about:debugging#loading_a_temporary_extension). +4. The built extension is now in `dist/`. You can load this folder directly in Chrome as an [unpacked extension](https://developer.chrome.com/docs/extensions/mv3/getstarted/#manifest), or for Firefox ZIP the contents of this folder then load it as a [temporary extension](https://developer.mozilla.org/en-US/docs/Tools/about:debugging#loading_a_temporary_extension). ### Developing with a clean profile and hot reloading |