]> git.evergreen-ils.org Git - working/Hatch.git/commit
LP1731922: Add Firefox support to Hatch
authorJason Boyer <JBoyer@library.in.gov>
Wed, 9 May 2018 00:55:51 +0000 (20:55 -0400)
committerBill Erickson <berickxx@gmail.com>
Fri, 1 Feb 2019 15:21:14 +0000 (10:21 -0500)
commit5ab8b4daac1f2d314ada0fde29959264bccdeeeb
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>
Signed-off-by: Bill Erickson <berickxx@gmail.com>
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