gnome-browser-connector

Read-only mirror of https://gitlab.gnome.org/GNOME/gnome-browser-connector

GPL-3.0 License

Stars
2

GNOME Shell browser connector

Introduction

This repository contains OS-native connector counterpart for GNOME Shell browser extension.

Build and install

First you need to install build requirements:

  • meson
  • python3
  • pygobject

Then invoke meson to build and install connector:

    meson --prefix=/usr builddir
    cd builddir
    meson install