Time Tracker

Time Tracker

This is a free time tracker button for the most popular services, such as: Trello, Asana, Jira, ClickUp, Gmail, Github, Notion, etc.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "Time Tracker",
  "description": "This is a free time tracker button for the most popular services, such as: Trello, Asana, Jira, ClickUp, Gmail, Github, Notion, etc.",
  "version": "1.4",
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "browser_action": {
    "default_icon": "icons/icon16.png",
    "default_popup": "popup/index.html"
  },
  "permissions": [
    "*://*.logwork.com/*",
    "*://logwork.com/*",
    "storage",
    "tabs",
    "http://*/*",
    "https://*/*",
    "contextMenus"
  ],
  "background": {
    "scripts": [
      "js/extension_init.js",
      "js/background.js"
    ]
  },
  "options_page": "html/options.html",
  "web_accessible_resources": [
    "icons/user.png",
    "icons/arrow_right.png",
    "icons/cancel.png",
    "icons/check.png",
    "icons/folder.png",
    "icons/plus.png"
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}