Time Tracker by Tempo

Time Tracker by Tempo

Track and visualize your progress on Jira issues

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Time Tracker by Tempo",
  "version": "2.0.15",
  "description": "Track and visualize your progress on Jira issues",
  "icons": {
    "16": "/assets/logos/tempo-logo16.png",
    "32": "/assets/logos/tempo-logo32.png",
    "48": "/assets/logos/tempo-logo48.png",
    "128": "/assets/logos/tempo-logo128.png"
  },
  "background": {
    "service_worker": "background.bundle.js"
  },
  "content_scripts": [
    {
      "exclude_matches": [
        "https://*.atlassian.net/plugins/servlet/ac/io.tempo.jira/oauth-authorize/*"
      ],
      "matches": [
        "<all_urls>"
      ],
      "all_frames": false,
      "js": [
        "mountSidebar.bundle.js",
        "themeDetector.bundle.js"
      ]
    },
    {
      "matches": [
        "https://api.atlassian.com/*"
      ],
      "all_frames": false,
      "js": [
        "resourceSelectionDetector.bundle.js"
      ]
    }
  ],
  "action": {
    "browser_style": true,
    "default_icon": "assets/tempo-logo-grey.png",
    "default_title": "Time Tracker by Tempo",
    "default_popup": "popup.html"
  },
  "permissions": [
    "tabs",
    "storage",
    "scripting"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "*.png",
        "*.jpg",
        "*.svg",
        "auth.html",
        "translations/common_en-US.json"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAkt+cNaYsBDX6MsOhRxHNshGyykLwf8Da8Kc3ACNqjN/y9tlrhE69Nsd1N3LLHGIHVT9vs2ybdf4tdRiFC6negOdSXQKhrcU8BWDNJNZNTuUbaRPzRb2ML9CY4z1ADXS0+9K0AorkFAwg1uWR44ZxVULOywFI0wxUSThXR8wkPuuWUFZRAaWykz32Sx8b8Zx68pK5Fwx7T/Bm0mSOKNL3DW06Zd6kZ3RfYM/nF/Z+SYJV33Vk9qBo45X+nZfizIrsO4YorQrLRORJiO6++zpUE/Q5G2ZWVuClVPo3i2StKlZAaC73rV7GtkhDvgUbyabKHI382XsXoF88IV8e+O52twIDAQAB"
}