An open API service indexing awesome lists of open source software.

https://github.com/adityasingh-bot/react-chromeextension-digitalwellbeing


https://github.com/adityasingh-bot/react-chromeextension-digitalwellbeing

Last synced: 21 days ago
JSON representation

Awesome Lists containing this project

README

        



Web Screen Time


[![License: LGPL v3](https://img.shields.io/badge/License-LGPL%20v3-blue.svg)](https://www.gnu.org/licenses/lgpl-3.0.en.html)

Browser Time Keeper is an extension which helps you track of the amount of time you spend online

## Building the extension
Run ```npm install``` to install dependencies, then ```npm run build``` to build, or ```npm run watch``` to build and then watch for changes.

### Building for chrome
Chrome manifest v3 supports background scripts - service_workers. use the line `"service_worker": "background.js"` and the extension should work with chrome.