Web Time Tracker

Web Time Tracker

This extension helps you track your time spent using the web for work.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Web Time Tracker",
  "description": "This extension helps you track your time spent using the web for work.",
  "version": "0.0.4",
  "browser_action": {
    "default_icon": {
      "19": "images/icon19.png",
      "38": "images/icon38.png"
    },
    "default_popup": "home.html",
    "default_title": "Web Time Tracker"
  },
  "permissions": [
    "storage",
    "activeTab",
    "https://tt.w3by.com/"
  ]
}