Timer Resizer for FreshBooks

Timer Resizer for FreshBooks

Easily minimize your Timesheet / Time Tracking window to save screen space! (Not affiliated with or endorsed by FreshBooks.)

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Timer Resizer for FreshBooks",
  "description": "Easily minimize your Timesheet / Time Tracking window to save screen space! (Not affiliated with or endorsed by FreshBooks.)",
  "version": "1.1",
  "author": "Will Bradley",
  "homepage_url": "https://github.com/zyphlar/freshbooks-resizer",
  "icons": {
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://*.freshbooks.com/internal*"
      ],
      "js": [
        "freshbooks-resizer.js",
        "injected.js"
      ]
    }
  ],
  "web_accessible_resources": [
    "injected.js"
  ]
}