Gantt for Trello | by Placker.com

Gantt for Trello | by Placker.com

Create a Gantt chart from your Trello board in only one click. Created by Placker.com: Planning & Tracking tools for Trello

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 for Trello | by Placker.com",
  "short_name": "Gantt for Trello",
  "description": "Create a Gantt chart from your Trello board in only one click. Created by Placker.com: Planning & Tracking tools for Trello",
  "version": "1.5.1",
  "page_action": {
    "default_icon": "icons/ext_gantt_icon.png",
    "default_title": "View Gantt"
  },
  "icons": {
    "48": "icons/gantt_for_trello_48.png",
    "128": "icons/gantt_for_trello_128.png"
  },
  "background": {
    "scripts": [
      "javascript/background.js"
    ]
  },
  "permissions": [
    "tabs",
    "activeTab",
    "contextMenus",
    "storage"
  ]
}