FreshBooks Time Tracker

FreshBooks Time Tracker

Track time from Chrome so you never miss a billable minute.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "FreshBooks Time Tracker",
  "short_name": "FreshBooks",
  "version": "3.4",
  "manifest_version": 3,
  "description": "Track time from Chrome so you never miss a billable minute.",
  "background": {
    "service_worker": "background.js"
  },
  "icons": {
    "16": "assets/images/browser-icons/icon-blue.png",
    "128": "assets/images/browser-icons/icon-blue.png"
  },
  "action": {
    "default_icon": {
      "19": "assets/images/browser-icons/icon-blue.png"
    },
    "default_title": "FreshBooks",
    "default_popup": "popup.html"
  },
  "content_scripts": [],
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'"
  },
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAqlrNgS3jD6hwE182YHwOttMxMeheXwzM53gPon9HR8i7KR3joj1KljY0aLYv7G8CAdHJzAOicHCjRAi2qLK7t0fghs1VLeXdkJ133ukphbqkKt/kfSHpWSyjALgWAtdb9W5E1wLa+ebFS1CqWXUqieiX+SszP2z/RQNk6WdN6K7Nofx/aJvlu8wnYyoRX629iBqDNOgnyfgHJY77ym/p8hJjZ+jp9iWsR8Vmo/yZwtToYfekdPaOa5Z9qYKh5OFRG+9ISpszLzUNS7U7t8ElgJ6O9qltSw98CcMDIdArlPjOM6ip52I+FX+7MGO7ffFFV0lLbwniXj+BBaE2yY1Q7wIDAQAB",
  "permissions": [
    "tabs",
    "identity",
    "storage",
    "notifications"
  ]
}