Gabe F.
Gabe F.
@moshialam I found a solution for DataVoyager and Apple Silicon since it requires [email protected] . If that applies to you, see my comment https://github.com/davidanthoff/Electron.jl/issues/120#issuecomment-1458812647 .
I am also having this issue on Firefox. It seemed to happen after updating to the most recent version of Firefox. When I go to the settings for the extension,...
When I check Firefox debugger I get this error: "TypeError: storage is undefined"
It seems that there is already permission for storage in the manifest.json. The issue is likely that `` is not in the html files which is needed according to [this](https://developer.mozilla.org/en-US/docs/Web/Manifest?utm_source=devtools&utm_medium=sw-panel-blank#deploying_a_manifest)....
@bobaronoff @CiaranOMara If you are using [email protected] because of DataVoyager, you need to copy the new section for Apple arm64 from the most recent Artifacts.toml, this: ``` [[electronjs_app]] arch =...