Trackabi URL Tracker

Trackabi URL Tracker

This extension enables the Trackabi Desktop Timer application to log the URLs a user opens in his browser.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Trackabi URL Tracker",
  "version": "1.0.2",
  "description": "This extension enables the Trackabi Desktop Timer application to log the URLs a user opens in his browser.",
  "manifest_version": 3,
  "permissions": [
    "tabs"
  ],
  "background": {
    "service_worker": "index.js"
  },
  "icons": {
    "16": "images/icon16x16.png",
    "48": "images/icon48x48.png",
    "128": "images/icon128x128.png"
  },
  "action": {
    "default_icon": {
      "16": "images/icon16x16.png",
      "48": "images/icon48x48.png",
      "128": "images/icon128x128.png"
    }
  },
  "author": "Trackabi LLC",
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}