Agile SCRUM for Trello boards

Agile SCRUM for Trello boards

Super-charge your Trello boards with Story Points, Projects and Progress bars

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "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.7",
  "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"
  }
}