Timeco Extention

Timeco Extention

This is an extension to help track the time you have been at work and how long you have until it is time to clock out.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Timeco Extention",
  "version": "0.5.1.7",
  "content_scripts": [
    {
      "matches": [
        "https://timeco-login.timeco.com/Timecard/MyTimecard.aspx"
      ],
      "js": [
        "jquery-3.2.1.min.js",
        "moment.min.js",
        "popup.js"
      ]
    }
  ],
  "web_accessible_resources": [
    "*.jpg",
    "*.JPG",
    "*.png"
  ]
}