TimeYourWeb Time Tracker

TimeYourWeb Time Tracker

The most detailed online time statistics. Know how much time you spend on any site on any day

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 3,
  "name": "TimeYourWeb Time Tracker",
  "short_name": "TimeYourWeb",
  "description": "The most detailed online time statistics. Know how much time you spend on any site on any day",
  "version": "2.0.16",
  "background": {
    "service_worker": "/background.js"
  },
  "action": {
    "default_popup": "popup.html"
  },
  "options_page": "options.html",
  "permissions": [
    "alarms",
    "idle",
    "storage",
    "tabs",
    "unlimitedStorage"
  ],
  "host_permissions": [
    "https://api.timeyourweb.com/*"
  ],
  "icons": {
    "48": "/img/clock_48.png"
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}