avm99963 | 03d5409 | 2020-01-18 21:33:16 +0100 | [diff] [blame^] | 1 | # Infinite scroll in TW |
| 2 | [](https://chrome.google.com/webstore/detail/infinite-scroll-in-tw/hpgakoecmgibigdbnljgecablpipbajb) |
| 3 | |
| 4 | ## Build extension in order to upload to the Chrome Web Store |
| 5 | To create a zip file with the contents of the extension, which can be uploaded to the Chrome Web Store, run `bash release.bash`. You can also use `bash release.bash -channel=beta` to include a beta label in the extension name and version of the resulting zip file. |
| 6 | |
| 7 | The zip file will be located in the `out` folder. |
| 8 | |