I made an update to my WebExtension https://github.com/Skeletonxf/duplicate-tab and tested it using Firefox Develper Edition. In Firefox Developer Edition it loads fine and works as expected, however when I came to upload it as a new version I was met with two "JavaScript syntax error"s in the code and am not able to upload the new version.
Error: There is a JavaScript syntax error in your code; validation cannot continue on this file.
background/duplication.js line 1 column 1
Error: There is a JavaScript syntax error in your code; validation cannot continue on this file.
core/script.js line 65 column 9
I am pretty confident these are not syntax errors because the code loads without any errors or problems when I load the same zip file as a temporary addon in Firefox Developer Edition?
The zip file can be accessed here: https://github.com/mozilla/addons-linter/files/3525447/duplicate-tab.zip
I created an issue on the addons linter but got no replies https://github.com/mozilla/addons-linter/issues/2758