https://github.com/adityasingh-bot/react-chromeextension-digitalwellbeing
https://github.com/adityasingh-bot/react-chromeextension-digitalwellbeing
Last synced: 21 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/adityasingh-bot/react-chromeextension-digitalwellbeing
- Owner: adityasingh-bot
- License: mit
- Created: 2024-02-20T19:17:30.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-26T06:32:48.000Z (about 1 year ago)
- Last Synced: 2025-02-15T08:43:14.035Z (2 months ago)
- Language: JavaScript
- Size: 188 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![]()
Web Screen Time
[](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.