Tick

Tick

Simple time tracking software that helps you hit your budgets.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Tick",
  "description": "Simple time tracking software that helps you hit your budgets.",
  "version": "1.2.3",
  "icons": {
    "128": "icon.png"
  },
  "app": {
    "urls": [
      "https://chrome-app.tickspot.com/"
    ],
    "launch": {
      "web_url": "https://chrome-app.tickspot.com"
    }
  },
  "permissions": [
    "unlimitedStorage",
    "notifications"
  ]
}