Examine source code of TrackingTime | Time Tracker

Inspect and view changes in TrackingTime | Time Tracker source codes across current and past versions
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_appTitle__",
  "manifest_version": 2,
  "short_name": "TrackingTime",
  "version": "4.2",
  "author": "Tracking Time LLC",
  "default_locale": "en",
  "description": "__MSG_appDesc__",
  "app": {
    "background": {
      "scripts": [
        "background.js"
      ]
    }
  },
  "externally_connectable": {
    "matches": [
      "*://*.trackingtime.co/*",
      "*://fonts.googleapis.com/*",
      "https://qa.trackingtime.co/*",
      "*://*.trackingtime.io/*",
      "*://localhost/*"
    ]
  },
  "permissions": [
    "storage",
    "webview",
    "identity",
    "notifications",
    "idle",
    "alwaysOnTopWindows",
    "contextMenus"
  ],
  "sandbox": {
    "pages": [
      "index.html",
      "*://*.trackingtime.co/*",
      "*://localhost/*",
      "*/*.trackingtime.io/*"
    ]
  },
  "offline_enabled": true,
  "icons": {
    "16": "iconos/16x16_red.png",
    "48": "iconos/48x48_red.png",
    "128": "iconos/128x128_red.png"
  },
  "file_handlers": {
    "text": {
      "types": [
        "text/*"
      ]
    }
  }
}