Tracking Time | Time Tracker Button

Tracking Time | Time Tracker Button

Enhance your preferred web project manager with the Time Tracker Button and get automatic timesheets.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_appTitle__",
  "short_name": "Tracking Button",
  "manifest_version": 3,
  "minimum_chrome_version": "88",
  "version": "3.11",
  "author": "Tracking Time LLC",
  "default_locale": "en",
  "description": "__MSG_appDesc__",
  "icons": {
    "128": "img/favicon.png"
  },
  "action": {
    "default_popup": "index.html",
    "default_title": "TrackingTime",
    "default_icon": {
      "32": "img/iconos/32x32_grey.png"
    }
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  },
  "background": {
    "service_worker": "service-worker.js"
  },
  "host_permissions": [
    "*://*.trackingtime.co/*",
    "*://*.trackingtime.io/*"
  ],
  "optional_host_permissions": [
    "*://*/*"
  ],
  "web_accessible_resources": [
    {
      "matches": [
        "<all_urls>"
      ],
      "resources": [
        "options.html"
      ]
    }
  ],
  "permissions": [
    "scripting",
    "tabs",
    "notifications",
    "cookies",
    "storage",
    "alarms"
  ]
}