iDoneThis

iDoneThis

iDoneThis is the place for everything you and your team gets done -- to track, discuss and sync up on progress.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "iDoneThis",
  "description": "iDoneThis is the place for everything you and your team gets done -- to track, discuss and sync up on progress.",
  "version": "1.2.1",
  "manifest_version": 2,
  "app": {
    "urls": [
      "http://www.idonethis.com/"
    ],
    "launch": {
      "web_url": "http://www.idonethis.com/googlechrome/login/"
    }
  },
  "icons": {
    "128": "idt-icon.png"
  },
  "permissions": [
    "unlimitedStorage",
    "notifications"
  ]
}