#!/bin/sh

# (C) Copyright 2015-2016 Ivy F. Foster
#
# Use, modification, and distribution are subject to the
# terms specified in the COPYING file.

exec firefox --app "/usr/share/conkeror/application.ini" "$@"
