YouTrack Timer

YouTrack Timer

Enable a simpler, easier to use time tracking experience for YouTrack. - 100% Private, no data collected - Works with Self Hosted…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "version": "1.0.0",
  "name": "YouTrack Timer",
  "action": {
    "default_icon": {
      "16": "images/16x16_light.png",
      "48": "images/48x48_light.png",
      "128": "images/128x128_light.png"
    },
    "default_title": "YouTrack Timer",
    "default_popup": "index.html"
  },
  "permissions": [
    "storage"
  ],
  "optional_host_permissions": [
    "https://*/*"
  ],
  "background": {
    "service_worker": "background.js"
  }
}