/amber-bridge

Serializable browser sessions

Primary LanguageValaGNU General Public License v3.0GPL-3.0

Amber Bridge

Bring the Unix philosophy to the browser.

Version 0.2.0 Licensed under the GNU General Public License v3.0

Background

Amber is a browser extension that enables sessions to be saved as portable, human-readable, and editable files. Amber Bridge is the host application that saves and opens sessions to and from disk.

Installation

Clone this repository or download the latest release.

git clone https://github.com/paysonwallach/amber-bridge

Configure the build directory at the root of the project. Set the browsers option accordingly so that the appropriate manifests will be generated and installed in their respective locations. For example, with Firefox:

meson --prefix=/usr -Dbrowsers=["firefox"] build

Install with ninja.

ninja -C build install

Contributing

Pull requests are welcome! For major changes, please open an issue first to discuss what you would like to change. By participating in this project, you agree to abide by the terms of the Code of Conduct.

License

Amber Bridge is licensed under the GNU General Public License v3.0.