actiTIME: Time Management Assistant

actiTIME: Time Management Assistant

Track all your online activities automatically to see how much time you spend on different platforms and get accurate time track.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "actiTIME: Time Management Assistant",
  "description": "Track all your online activities automatically to see how much time you spend on different platforms and get accurate time track.",
  "version": "1.1.1303",
  "icons": {
    "64": "images/icon64.png"
  },
  "permissions": [
    "idle",
    "tabs",
    "alarms",
    "cookies"
  ],
  "host_permissions": [
    "*://*.actitime.com/"
  ],
  "background": {
    "service_worker": "serviceWorker.js"
  },
  "action": {
    "default_icon": "images/iconNotAuthorized64.png",
    "default_popup": "popup.html?"
  }
}