Skip to content

clearminute/cm-chrome-extension

Repository files navigation

About

Experimental chrome extension to track your time visiting websites. Uses local storage (indexDB) and hosted at GCloud at https://clearminute-151818.appspot.com/#/

Release

Before release, increase the version in manifest.json and build the frontend in popup/app via yarn install & yarn build followed by git archive --format zip --output clearminute.zip master in the root