TaskTimr

TaskTimr

TaskTimr Extension for Workfront

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "TaskTimr",
  "description": "TaskTimr Extension for Workfront",
  "version": "1.47",
  "icons": {
    "128": "icon.png"
  },
  "content_scripts": [
    {
      "run_at": "document_end",
      "matches": [
        "https://*.workfront.com/project/view*",
        "https://*.workfront.com/task/view*",
        "https://*.workfront.com/issue/view*",
        "https://*.workfront.com/wfhome/*",
        "https://*.workfront.com/project*",
        "https://*.workfront.com/task*",
        "https://*.workfront.com/issue*",
        "https://*.workfront.com/home*"
      ],
      "js": [
        "static/js/jquery-3.2.1.min.js",
        "static/js/popperjs.min.js",
        "static/js/jquery-ui.js",
        "static/js/moment.js",
        "content.js"
      ],
      "css": [
        "static/css/style.css",
        "static/css/jquery-ui.css",
        "static/css/ionicons.css",
        "static/css/bootstrap.min.css"
      ]
    }
  ],
  "web_accessible_resources": [
    "static/fonts/*.*",
    "static/img/*.*",
    "static/images/*.*",
    "templates/*.*"
  ]
}