Keka Time Logger

Keka Time Logger

Get the time calculation of your entry logs.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Keka Time Logger",
  "version": "3.0.2",
  "icons": {
    "16": "./icon/icn16.png",
    "32": "./icon/icn32.png",
    "48": "./icon/icn48.png",
    "64": "./icon/icn64.png",
    "128": "./icon/icn128.png",
    "256": "./icon/icn256.png",
    "512": "./icon/icn512.png"
  },
  "manifest_version": 3,
  "description": "Get the time calculation of your entry logs.",
  "action": {
    "default_popup": "popup.html"
  },
  "background": {
    "service_worker": "background.js"
  },
  "permissions": [
    "scripting",
    "activeTab"
  ]
}