Retrobot

Retrobot

Beautifully simple retrospective tool.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Retrobot",
  "short_name": "Retrobot",
  "description": "Beautifully simple retrospective tool.",
  "version": "1",
  "app": {
    "urls": [
      "*://retrobotapp.com/"
    ],
    "launch": {
      "web_url": "http://www.retrobotapp.com/login"
    }
  },
  "icons": {
    "128": "icon_128.png"
  },
  "permissions": [
    "unlimitedStorage",
    "notifications"
  ]
}