]> git.evergreen-ils.org Git - working/Hatch.git/commit
LP1731922: Add Firefox support to Hatch user/jboyer/lp1731922_ff_support
authorJason Boyer <JBoyer@library.in.gov>
Wed, 9 May 2018 00:55:51 +0000 (20:55 -0400)
committerJason Boyer <JBoyer@library.in.gov>
Fri, 9 Nov 2018 18:46:05 +0000 (13:46 -0500)
commit4a92f09ca0a79df558fd93dcb11dc71c7652e2cd
tree125e6bd8429d7a24b2eae5c1721c2021651b1531
parentfe149641644cdf81f9897458d8ff28b38606a949
LP1731922: Add Firefox support to Hatch

Firefox has an unnecessarily picky manifest parser
so it requires a separate manifest, and there was
also an issue with the batch file and quoting
command line parameters that was causing silent
failures.

The installer has also been updated to put the
necessary NativeMessagingHosts key in place but
FF doesn't offer the same kind of auto-install
abilities that Chrome does.

Signed-off-by: Jason Boyer <JBoyer@library.in.gov>
14 files changed:
INSTALL.adoc
extension/app/extension.js
extension/app/hatch_icon_128.png [deleted file]
extension/app/hatch_icon_16.png [deleted file]
extension/app/hatch_icon_48.png [deleted file]
extension/app/icon_128.png [new file with mode: 0644]
extension/app/icon_48.png [new file with mode: 0644]
extension/app/icon_96.png [new file with mode: 0644]
extension/app/manifest.json
extension/host/org.evergreen_ils.hatch.chrome.json [new file with mode: 0644]
extension/host/org.evergreen_ils.hatch.firefox.json [new file with mode: 0644]
extension/host/org.evergreen_ils.hatch.json [deleted file]
hatch.bat
installer/windows/hatch.nsi