Gantt chart for Trello

Gantt chart for Trello

The Ultimate Gantt chart add-on for Trello, brought to you by Ganttify!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Gantt chart for Trello",
  "version": "1.2.4",
  "description": "The Ultimate Gantt chart add-on for Trello, brought to you by Ganttify!",
  "icons": {
    "48": "images/toolbar-icon-48.png",
    "96": "images/toolbar-icon-96.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://trello.com/*"
      ],
      "js": [
        "js/index.min.js"
      ],
      "css": [
        "css/default.css"
      ]
    }
  ]
}