Closed SmartLayer closed 3 years ago
Hi, yes sorry Mozilla is taking some time to approve 1.38.
But there's a workaround for the issue you are having. Please go to the options page and click the Test button, it will show the sign-in link. That sign-in link should work.
You can also extract the zip file from GitHub. Then go to about:debugging. Click on "This Firefox". Then click "Load Unpacked Extension" and select the manifest.json file in the extracted folder.
The workaround worked, but can you copy this into readme?
You can also extract the zip file from GitHub. Then go to about:debugging. Click on "This Firefox". Then click "Load Unpacked Extension" and select the manifest.json file in the extracted folder.
I'd do that too if you accept PR
Sure, please do PR. Btw 1.38 has just been approved.
Hi 1.38 is released but since it's not on the Mozilla add-on site, I downloaded from the release. There is a tar.gz and zip, but not any XPI files. I first thought that might be a 'source release' and you might need to download it first and run something like
npm buildXpi
but couldn't find any instruction for that.Then I started exploring typing various things, like
npm build
,npm test
,npm run
etc finally I got this:Upon inspection it seems this is because build directory doesn't exist - seems like I missed a build step.
Even if I manually create the said directory, the resulting package.zip isn't recognised by Firefox as a valid addon (even after renaming it to package.xpi):
Which makes me think maybe the resulting .zip file isn't intended for Firefox.
P. S. thanks for solving #199