time.ly By Superior

time.ly By Superior

Monitor the amount of time wasted on the web to increase your work productivity.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "time.ly By Superior",
  "version": "2.0.5",
  "description": "Monitor the amount of time wasted on the web to increase your work productivity.",
  "background": {
    "service_worker": "background.js"
  },
  "permissions": [
    "storage",
    "background",
    "tabs",
    "idle",
    "activeTab"
  ],
  "action": {
    "default_icon": "media/timely.png",
    "default_popup": "popup.html",
    "default_title": "time.ly"
  },
  "icons": {
    "16": "media/timely16.png",
    "48": "media/timely48.png",
    "128": "media/timely128.png"
  }
}