Agile SCRUM for Trello boards

Agile SCRUM for Trello boards

Super-charge your Trello boards with Story Points, Projects and Progress bars Agile SCRUM for Trello boards gives super-powers to your Trello boards by enabling SCRUM features

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Agile SCRUM for Trello boards",
  "short_name": "SCRUM Trello",
  "description": "Super-charge your Trello boards with Story Points, Projects and Progress bars",
  "version": "1.4.6resigned1",
  "author": "Xavi Esteve",
  "content_scripts": [
    {
      "matches": [
        "https://trello.com/b/*"
      ],
      "js": [
        "jquery.js",
        "agilescrumfortrello.js"
      ],
      "css": [
        "agilescrumfortrello.css"
      ]
    }
  ],
  "manifest_version": 2,
  "icons": {
    "16": "agilescrumfortrello-16.png",
    "24": "agilescrumfortrello-24.png",
    "32": "agilescrumfortrello-32.png",
    "48": "agilescrumfortrello-48.png",
    "128": "agilescrumfortrello-128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{78633d2b-f3d4-406d-9eaf-d17b1f5508b0}"
    }
  }
}