Trackly - Productivity Tracker for Teams

Track, analyze and improve your web browsing activity to become more productive and generate better results!
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "manifest_version": 2,
  "name": "Trackly - Productivity Tracker for Teams",
  "version": "1.0.8resigned1",
  "description": "Track, analyze and improve your web browsing activity to become more productive and generate better results!",
  "icons": {
    "24": "images/trackly_icon_24.png",
    "32": "images/trackly_icon_32.png",
    "48": "images/trackly_icon_48.png",
    "96": "images/trackly_icon_96.png"
  },
  "browser_action": {
    "browser_style": true,
    "default_title": "Trackly",
    "default_popup": "trackly_popup.html",
    "default_icon": {
      "24": "images/trackly_icon_24.png",
      "32": "images/trackly_icon_32.png",
      "48": "images/trackly_icon_48.png",
      "96": "images/trackly_icon_96.png"
    }
  },
  "applications": {
    "gecko": {
      "id": "admin@trackly.com"
    }
  },
  "background": {
    "scripts": [
      "scripts/jquery-3.3.1.min.js",
      "scripts/url_tracking.js"
    ]
  },
  "permissions": [
    "tabs",
    "downloads",
    "storage",
    "management",
    "https://*/",
    "http://*/",
    "nativeMessaging"
  ]
}