Work-Time

Work-Time

Work-Time - It's just the timer of your working time.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "browser_action": {
    "default_icon": "/images/clock.png",
    "default_popup": "/popup.html",
    "default_title": "Work-Time",
    "name": "Work-Time"
  },
  "description": "Work-Time - It's just the timer of your working time.",
  "icons": {
    "128": "/images/clock.png"
  },
  "background": {
    "scripts": [
      "scripts/background.js"
    ],
    "persistent": true
  },
  "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDcOap2OG3psJfEnehiNKGUcwzqRQ3bB1r1RJkm7Ro5SkTSdfM8aaMXBHq+UfBSvRYeiPYBVYYtIMibyzp3405ae0unkcglqHgM+hac68HG1CTIA2wBGTNsf+pj53eSes/TzMi+fnWsQkN0sU1YXU5ORs8n6q3fvzntfikUmD53+wIDAQAB",
  "manifest_version": 2,
  "name": "Work-Time",
  "options_page": "options.html",
  "short_name": "Work-Time",
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "3.0.5"
}