Toggl Legacy Style

Toggl Legacy Style

This extension replaces the new purple theme in Toggl with one that tries to replicate the older styling as much as possible, this…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Toggl Legacy Style",
  "description": "",
  "version": "2",
  "browser_action": {
    "default_icon": "icon.png",
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "https://track.toggl.com/*"
      ],
      "css": [
        "overwrite.css"
      ]
    }
  ]
}