Website dashboard

View your browsing dashboard on the website.

Upload a JSON or CSV export from the extension to build a dashboard with usage totals, top sites, and daily averages.

JSON exports
CSV exports
Local preview only

The website cannot read extension storage directly. This upload flow is the bridge between the extension and this dashboard.

Import your data

Drag and drop a file or pick one from your device.

Supported upload format

If your export uses a different shape, convert it to one of these simple formats.

JSON

{
  "activeDays": 7,
  "topSites": [
    { "site": "youtube.com", "minutes": 138 },
    { "site": "github.com", "minutes": 92 }
  ]
}

CSV

site,minutes
youtube.com,138
github.com,92
twitter.com,74