blob: 147bd294b3752f473c2f0b8a2d7bc98f4a3f83b5 [file] [log] [blame] [view]
avm9996303d54092020-01-18 21:33:16 +01001# Infinite scroll in TW
2[![Available in the Chrome Web Store](https://developer.chrome.com/webstore/images/ChromeWebStore_Badge_v2_206x58.png)](https://chrome.google.com/webstore/detail/infinite-scroll-in-tw/hpgakoecmgibigdbnljgecablpipbajb)
3
4## Build extension in order to upload to the Chrome Web Store
Alex Ivanov0da24a32020-04-10 09:41:08 +03005To 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.
avm9996303d54092020-01-18 21:33:16 +01006
7The zip file will be located in the `out` folder.
8