ActivityWatch / aw-watcher-web

Browser watcher for ActivityWatch

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

aw-watcher-web

Chrome Web Store Mozilla Add-on

A cross-browser WebExtension that serves as a web browser watcher for ActivityWatch.

Usage

Install for your browser:

Firefox Enterprise Policy

NOTE: Due to Mozilla Addon policy, this is not possibly with the Mozilla-hosted versions of the extension. You need to fork the extension and modify a hardcoded value to get this to work.

Due to the issue mentioned above, a privacy notice has to be displayed to follow the Mozilla add-on policy. This can be pre-accepted by setting the following Firefox Enterprise Policy:

{
  "policies": {
    "3rdparty": {
      "Extensions": {
        "{ef87d84c-2127-493f-b952-5b4e744245bc}": {
          "consentOfflineDataCollection": true
        }
      }
    }
  }
}

Building

First, clone the repo with:

git pull --recurse-submodules https://github.com/ActivityWatch/aw-watcher-web.git
# or, normal `git pull` and then:
git submodule update --init

Then build with:

make build

The resulting aw-watcher-web.zip can then be loaded into your browser in development mode. (for Firefox, loading unsigned extensions is only possible in Firefox Nightly and Developer Edition).

For further build instructions, refer to the Makefile.

About

Browser watcher for ActivityWatch


Languages

Language:JavaScript 69.2%Language:HTML 17.6%Language:Makefile 8.7%Language:CSS 4.5%