Reports for Trello

Reports for Trello

Track your Trello usage.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Reports for Trello",
  "description": "Track your Trello usage.",
  "version": "0.0.7",
  "app": {
    "urls": [
      "http://*.reportsfortrello.com/"
    ],
    "launch": {
      "web_url": "http://www.reportsfortrello.com/"
    }
  },
  "icons": {
    "128": "icon_128.png"
  },
  "permissions": [
    "notifications"
  ]
}