autochrome
autochrome copied to clipboard
No key file found for extension
Hi,
as someone else mentioned in this comment to #19, the installation of prebuilt .crx
files in the data/extensions
folder fails with:
No key file found for extension /path/to/autochrome/data/extensions/extension.crx
It would be nice to at least have a workaround for this described somewhere.
It seems like the only time the key is used is to write it into the manifest.json
at lib/auto_chrome/chrome_extension.rb:22
.
I'll try adding a check if the manifest.json
already contains the key property in which case the .pub
file might not be needed and will create a PR in case it works.
Closed, merged into #42