Page Time Tracker

Page Time Tracker

Tracks the amount of time spent on a specific web page

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Page Time Tracker",
  "version": "1.0",
  "description": "Tracks the amount of time spent on a specific web page",
  "manifest_version": 3,
  "background": {
    "service_worker": "background.js"
  },
  "permissions": [
    "tabs",
    "activeTab"
  ]
}