TrackingTime | Time Tracker

TrackingTime | Time Tracker

Time Tracking app that helps to manage projects, track working times and measure productivity.

Merlin
Additional files are visible only to premium users

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/*"
      ]
    }
  }
}