Scrum for Trello

Scrum for Trello

Scrum for Trello adds functionality to the awesome trello.com for use in Scrum projects. Add estimates or record time-spent directly on Trello cards. Shows sums at the top of each list and the top right corner of each board.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "Scrum for Trello",
  "version": "1.102resigned1",
  "description": "Adds Scrum to your Trello",
  "icons": {
    "128": "trello-scrum-icon.png"
  },
  "content_scripts": [
    {
      "css": [
        "trelloscrum.css"
      ],
      "js": [
        "jquery-2.1.4.min.js",
        "trelloscrum.js"
      ],
      "matches": [
        "https://trello.com/*"
      ]
    }
  ],
  "web_accessible_resources": [
    "images/storypoints-icon.png",
    "images/points-done.png",
    "images/burndown_for_trello_icon_12x12.png",
    "images/burndown_for_trello_icon_18x18.png",
    "images/trello-scrum-icon_12x12.png",
    "images/trello-scrum-icon_18x18.png"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "jid0-5H6AniOsKhO4eJ4UyLgZRRf0PIU@jetpack"
    }
  }
}