We just have to build the project and add the files into a zip and upload it, right?
I did that but the extension HTML is not showing up, however when I host the same files on S3 and provide the public root URL, it works.
The build files are directly inside of the zip and not in another folder of the zip.
The structure is like this:
Folder.zip
|-index.html
|-main2348432.js
and remaining files in similar manner.
Am I missing something?