Motivate Clock | Time Tracker

Motivate Clock | Time Tracker

Motivate Clock is incredibly simple and totally free time tracking assistant for anyone whose work involves working with computers.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Motivate Clock | Time Tracker",
  "description": "__MSG_ext_description__",
  "author": "__MSG_ext_author__",
  "version": "1.5.7",
  "default_locale": "en",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "icons": {
    "16": "/assets/icon_16.png",
    "48": "/assets/icon_48.png",
    "128": "/assets/icon_128.png"
  },
  "permissions": [
    "tabs",
    "http://localhost:1257/",
    "idle",
    "contextMenus"
  ],
  "browser_action": {
    "browser_style": false,
    "default_icon": {
      "19": "/assets/icon_19.png",
      "38": "/assets/icon_38.png"
    },
    "default_title": "__MSG_ext_title__"
  }
}