Browser screen time is an extension which helps you track of the amount of time you spend online
Run npm install
to install dependencies, then npm run dev
to build, or npm run watch
to build and then watch for changes.
Chrome manifest v3 no longer supports background scripts, instead moving to service_workers. Replace the line "scripts": [ "background.js" ]
with "service_worker": "background.js"
and the extension should work with chrome. In the future this process could be automated.