Closed sharmasha2nk closed 8 years ago
Have you tried adding an options.html
file to the manifest.json
file here?
Yes, but the part of adding that to build is missing. I had to manually copy that options.html to build folder to make it work. Probably need to include that html and options.js file in build.js . Any hint will also help.
I just added support for an options page and JS in this commit. If you merge the add-options-page
branch into yours, you should be good to go!
options.html page is required for adding some extension settings. How to include that while building project? @jessepollak