Toggl Timer Skin for Gmail

Toggl Timer Skin for Gmail

Changes Toggl Mobile to fit Gmail layout

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "description": "Changes Toggl Mobile to fit Gmail layout",
  "name": "Toggl Timer Skin for Gmail",
  "icons": {
    "128": "icon-128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://m.toggl.com/*",
        "https://mobile.toggl.com/*"
      ],
      "all_frames": true,
      "css": [
        "styles.css"
      ]
    }
  ],
  "manifest_version": 2,
  "version": "1.0"
}