Kanban WIP for Trello (modif. by zrocketer)

Kanban WIP for Trello (modif. by zrocketer)

Adds work-in-progress limits to Trello lists supporting a Kanban workflow. Plus adds exclusion of cards with some labels.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Kanban WIP for Trello (modif. by zrocketer)",
  "version": "1.0.33",
  "description": "Adds work-in-progress limits to Trello lists supporting a Kanban workflow. Plus adds exclusion of cards with some labels.",
  "icons": {
    "128": "icon.png"
  },
  "author": "Nathan Harkenrider and Maksim Malaleuski",
  "content_scripts": [
    {
      "matches": [
        "https://trello.com/*"
      ],
      "css": [
        "extension.css"
      ],
      "js": [
        "extension.js"
      ]
    }
  ],
  "homepage_url": "https://github.com/Rocking-horse/TrelloWIPLimits-exclusions"
}