TimeYourWeb Time Tracker

TimeYourWeb Time Tracker

TimeYourWeb: The Ultimate Dashboard for Your Online Life. Unlock insights into your daily web activities with unparalleled precision

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "TimeYourWeb Time Tracker",
  "short_name": "TimeYourWeb",
  "description": "TimeYourWeb: The Ultimate Dashboard for Your Online Life. Unlock insights into your daily web activities with unparalleled precision",
  "version": "2.0.34",
  "background": {
    "service_worker": "/background.js"
  },
  "action": {
    "default_popup": "popup.html"
  },
  "options_page": "options.html",
  "permissions": [
    "alarms",
    "idle",
    "storage",
    "tabs",
    "unlimitedStorage",
    "cookies"
  ],
  "host_permissions": [
    "https://api.timeyourweb.com/*"
  ],
  "icons": {
    "48": "/img/clock_48.png"
  }
}