TrackerJam - Automatic Web Tracking

TrackerJam - Automatic Web Tracking

Automatic web tracking. Track time and get full detailed information about the websites visited.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "TrackerJam - Automatic Web Tracking",
  "description": "Automatic web tracking. Track time and get full detailed information about the websites visited.",
  "version": "1.0.5",
  "manifest_version": 3,
  "short_name": "Web Tracking",
  "icons": {
    "16": "icons/16.png",
    "32": "icons/32.png",
    "48": "icons/48.png",
    "96": "icons/96.png",
    "128": "icons/128.png"
  },
  "action": {
    "default_popup": "popup.html",
    "default_title": "TrackerJam"
  },
  "background": {
    "service_worker": "background.js"
  },
  "offline_enabled": true,
  "permissions": [
    "tabs",
    "activeTab",
    "storage",
    "idle",
    "unlimitedStorage",
    "alarms",
    "notifications",
    "management"
  ],
  "host_permissions": [
    "https://*.trackerjam.com/",
    "*://*/*"
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}