Steffen Dietz

Results 2 comments of Steffen Dietz

@michaelbukachi you should be able to do this (targeting the second entry of the content_scripts): ``` manifestTransformer: (manifest) => { if (process.env.NODE_ENV === "development") { manifest.content_scripts[1].css.pop(); } return manifest; },...

@jorgelbg It seems I am still getting the same error after the update: ``` echo "GETPIN" | pinentry-touchid OK Hi from pinentry-touchid! D hello OK Pinentry Serve returned error: EOF...