TimeTrack Timer

TimeTrack Timer

Timer for TimeTrack Enterprise

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "__MSG_appName__",
  "description": "__MSG_appDesc__",
  "default_locale": "en",
  "version": "1.0.2",
  "permissions": [
    "storage"
  ],
  "host_permissions": [
    "https://*.timetrackenterprise.com/*"
  ],
  "action": {
    "default_icon": {
      "128": "images/logo128.png"
    },
    "default_popup": "index.html"
  },
  "icons": {
    "128": "images/logo128.png",
    "256": "images/logo256.png"
  }
}